From 9b2b0fb59f5280f34f7a1ff8af255f3d0945c97b Mon Sep 17 00:00:00 2001 From: John Mertz Date: Fri, 23 Sep 2022 18:12:18 -0400 Subject: [PATCH] Missing s/rofi/wofi/ rename --- waybar/config.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waybar/config.template b/waybar/config.template index af58e5b24..89c08c319 100644 --- a/waybar/config.template +++ b/waybar/config.template @@ -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" }, }]