Missing s/rofi/wofi/ rename

This commit is contained in:
John Mertz 2022-09-23 18:12:18 -04:00
parent fc6fb745af
commit 9b2b0fb59f
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 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"
}, },
}] }]