#Hyprland

1 messages · Page 1 of 1 (latest)

meager pagoda
#

need help removing the firefox icon on hyprland arch

scarlet tartan
meager pagoda
#

then what is it bro?

plain venture
meager pagoda
#

so how to remove that from waybar

plain venture
meager pagoda
#

which one ?

scarlet tartan
#

I suppose you just copied and pasted someone else's configuration?

plain venture
#

its from SolDoesTech

#

Saw it in my recommends

meager pagoda
plain venture
#

Yep thats the one

meager pagoda
#

yes

scarlet tartan
plain venture
meager pagoda
scarlet tartan
#

It is actually ~/.config/waybar/config

meager pagoda
#

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

plain venture
meager pagoda
#

both are with v4

plain venture
#

Thats the bottom bar

meager pagoda
plain venture
meager pagoda
plain venture
#

Basically just this:

    "custom/launch_firefox": {
        "format": "",
        "on-click": "firefox",
        "tooltip": false
    }
plain venture
#

¯_(ツ)_/¯

meager pagoda
#

`░▒▓   ~ 
❯ 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 
❯ `

meager pagoda
#

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

meager pagoda
# plain venture Check `.config/HyprV/waybar/conf`

`
"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`
plain venture
meager pagoda
#

ok

plain venture
#

then you might have to reboot not sure though

meager pagoda
#

comment?

#

can i comment it out?

plain venture
meager pagoda
#

how?

plain venture
#

Just checked, nope you cant

meager pagoda
#

so i want to put librewolf instead of firefox

plain venture
meager pagoda
#

ok

#

thanks