This commit is contained in:
fatmeat 2025-05-11 18:30:17 +02:00
parent 2a37eb93dc
commit 4bb3848b89

View File

@ -5,8 +5,7 @@
:stacking "fg" :stacking "fg"
:exclusive true :exclusive true
:focusable false :focusable false
:content :content (box :orientation "vertical" :class "menu"
(box :orientation "vertical" :class "menu"
(button :label "⏻ Shutdown" :onclick "poweroff") (button :label "⏻ Shutdown" :onclick "poweroff")
(button :label " Reboot" :onclick "reboot") (button :label " Reboot" :onclick "reboot")
(button :label " Lock" :onclick "i3lock -c 000000") (button :label " Lock" :onclick "i3lock -c 000000")