Change waybar power applet to wofi
This commit is contained in:
parent
737d999370
commit
fc6fb745af
|
@ -211,6 +211,6 @@
|
||||||
},
|
},
|
||||||
"custom/power": {
|
"custom/power": {
|
||||||
"format": "\u23FB",
|
"format": "\u23FB",
|
||||||
"on-click": "if [ $(sudo pgrep -xc rofi) -gt 0 ]; then pkill rofi; else ${HOME}/scripts/rofi/rofi-power-menu.sh; fi"
|
"on-click": "if [ $(sudo pgrep -xc wofi) -gt 0 ]; then pkill rofi; else ${HOME}/scripts/sway/power-menu.sh; fi"
|
||||||
},
|
},
|
||||||
}]
|
}]
|
||||||
|
|
Loading…
Reference in New Issue