dotfiles/cfg/eww/systray/windows/settings-panel/system-menu.yuck

11 lines
423 B
Plaintext
Raw Normal View History

2022-02-19 08:17:23 -06:00
(defwidget system-menu[]
(box :class "systemmenu"
:space-evenly true
(button :onclick "systemctl poweroff" :class "system-menu-icon" :cursor "pointer" "")
(button :onclick "systemctl reboot" :class "system-menu-icon" :cursor
"pointer" "ﰇ")
(button :onclick "bspc quit" :class "system-menu-icon" :cursor "pointer" "")
(button :onclick "slock" :class "system-menu" :cursor "pointer" ""
)
)