From a2e4d84f296ed7ec38ed4a559f25c534501273b6 Mon Sep 17 00:00:00 2001 From: notohh Date: Sat, 31 Aug 2024 10:07:07 -0400 Subject: [PATCH] eww: make reboot actually work --- home/programs/eww/config/widgets/menu.yuck | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/programs/eww/config/widgets/menu.yuck b/home/programs/eww/config/widgets/menu.yuck index f53517b..b7009ac 100644 --- a/home/programs/eww/config/widgets/menu.yuck +++ b/home/programs/eww/config/widgets/menu.yuck @@ -50,7 +50,7 @@ ) (box :class "menubox-widgets" :orientation "h" - (button :class "menubox-widgets text" :onclick "reboot now" "") + (button :class "menubox-widgets text" :onclick "reboot" "") (button :class "menubox-widgets text" :onclick "shutdown now" "") (button :class "menubox-widgets text" :onclick "eww close menu-window" ""))) )