gadf
This commit is contained in:
parent
05bbc421f9
commit
2a37eb93dc
16
eww/eww.yuck
16
eww/eww.yuck
@ -1,17 +1,15 @@
|
|||||||
(defwidget powermenu []
|
(defwindow powermenu
|
||||||
(window
|
|
||||||
:monitor 0
|
:monitor 0
|
||||||
:stacking "fg"
|
:geometry (geometry :x "800" :y "200" :width "250" :height "auto")
|
||||||
:geometry (geometry :x "800" :y "400" :width "200" :height "auto")
|
|
||||||
:anchor "top right"
|
:anchor "top right"
|
||||||
:class "menu-window"
|
:stacking "fg"
|
||||||
:exclusive true
|
:exclusive true
|
||||||
:content (box :orientation "vertical"
|
:focusable false
|
||||||
:class "menu"
|
:content
|
||||||
|
(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")
|
||||||
(button :label " Logout" :onclick "i3-msg exit")
|
(button :label " Logout" :onclick "i3-msg exit")
|
||||||
)
|
)
|
||||||
)
|
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user