eww(powermenu): add forgotten suspend option! 😅

This commit is contained in:
retrozinndev
2024-12-21 14:32:54 -03:00
parent fef25bb427
commit 809ac72842
+6 -3
View File
@@ -19,12 +19,15 @@
(button :class "reboot"
:onclick "systemctl reboot"
"󰜉")
(button :class "suspend"
:onclick "systemctl suspend"
"󰤄")
(button :class "logout"
:onclick "loginctl kill-user $(sh -c 'echo $USER')"
"󰗽")
(button :class "close"
:onclick "sh scripts/eww-window.sh close powermenu; sh scripts/eww-window.sh open bar"
"󰅖")
;(button :class "close"
; :onclick "sh scripts/eww-window.sh close powermenu; sh scripts/eww-window.sh open bar"
;"󰅖")
)
)
)