#Hyprland
1 messages · Page 1 of 1 (latest)
It is no part of hyprland
then what is it bro?
Its waybar
so how to remove that from waybar
Remove it in your configs
which one ?
I suppose you just copied and pasted someone else's configuration?
I know the tutorial they used
its from SolDoesTech
Saw it in my recommends
This video is an improvement on my last V3 Hyprland video. In this video the main focus was to improve the install script and to provide some of the most requested functionality. I also improved the nvidia support and added a better way to work with environment variables (not covered in video) that can be found at ~/.config/hypr/env_var.conf and...
Yep thats the one
yes
It wouldn't be a good idea to do that because you'd have no idea what was going on.
.config/waybar
why I dont have an idea
lol
ok
It is actually ~/.config/waybar/config
i customized binds and everthing
i configured the touchpad
it was not working as intended
❯ ls -l total 0 lrwxrwxrwx 1 anirban anirban 55 Aug 22 15:25 config.jsonc -> /home/anirban/.config/HyprV/waybar/conf/v4-config.jsonc lrwxrwxrwx 1 anirban anirban 58 Aug 22 17:56 style.css -> /home/anirban/.config/HyprV/waybar/style/v4-style-dark.css
which one?
i am in ~/.config/waybar
The one with v4
both are with v4
gotcha
Go into it and remove firefox
that file is not present
Basically just this:
"custom/launch_firefox": {
"format": "",
"on-click": "firefox",
"tooltip": false
}
`░▒▓ ~
❯ cd ~/.config/waybar/
░▒▓ ~/.config/waybar
❯ ls -l
total 0
lrwxrwxrwx 1 anirban anirban 55 Aug 22 15:25 config.jsonc -> /home/anirban/.config/HyprV/waybar/conf/v4-config.jsonc
lrwxrwxrwx 1 anirban anirban 58 Aug 22 17:56 style.css -> /home/anirban/.config/HyprV/waybar/style/v4-style-dark.css
░▒▓ ~/.config/waybar
❯ nano config.jsonc
░▒▓ ~/.config/waybar
❯ `
Check .config/HyprV/waybar/conf
ok
❯ ls asus-rog.jsonc mesu-imp.jsonc mesu-met.jsonc v2-config.jsonc v4-config-bottom.jsonc hyprv-util.jsonc mesu.jsonc v1-config.jsonc v3-config.jsonc v4-config.jsonc
yup
`
"layer": "top",
"position": "bottom",
"mod": "dock",
"exclusive": true,
"passthrough": false,
"gtk-layer-shell": true,
"height": 25,
"modules-left": [
"custom/launch_wofi",
"custom/launch_firefox",
"custom/launch_thunderbird",
"custom/launch_kitty",
"custom/launch_thunar"
],
"modules-center": ["wlr/taskbar"],
"modules-right": ["custom/weather"],
"include": [
"~/.config/HyprV/waybar/conf/mesu.jsonc"
],
"custom/launch_firefox": {
"format": "",
"on-click": "firefox",
"tooltip": false
},
"custom/launch_thunderbird": {
"format": "",
"on-click": "thunderbird",
"tooltip": false`
remove this from the file and save
ok
then you might have to reboot not sure though
Sure ig
how?
idk, not even sure if jsonc supports comments
Just checked, nope you cant
so i want to put librewolf instead of firefox
Try figuring it out yourself, I don't want to spoon feed to much, all the stuff you need to know is already there