Change waybar power applet to wofi

This commit is contained in:
John Mertz 2022-09-23 18:02:03 -04:00
parent 737d999370
commit fc6fb745af
1 changed files with 1 additions and 1 deletions

View File

@ -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"
}, },
}] }]