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" ""))) )