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