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

View File

@ -5,11 +5,10 @@
:stacking "fg"
:exclusive true
:focusable false
:content
(box :orientation "vertical" :class "menu"
:content (box :orientation "vertical" :class "menu"
(button :label "⏻ Shutdown" :onclick "poweroff")
(button :label " Reboot" :onclick "reboot")
(button :label " Lock" :onclick "i3lock -c 000000")
(button :label " Logout" :onclick "i3-msg exit")
)
)
)