eww: make reboot actually work
All checks were successful
ci/woodpecker/cron/flake-lock-update Pipeline was successful

This commit is contained in:
notohh 2024-08-31 10:07:07 -04:00
parent f2e5e2547a
commit a2e4d84f29
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

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