I really should commit more

This commit is contained in:
stitchy 2024-11-01 18:47:35 +00:00
parent 3aeda379d5
commit e1aa67dbb2
Signed by: stitchy
SSH key fingerprint: SHA256:yz2SoxdnY67tfY5Jzb0f2v8f5W3o/IF359kbcquWip8
7 changed files with 67 additions and 14 deletions

View file

@ -70,6 +70,9 @@
(defwidget power []
(box :class "power" :valign "end" "⏻"))
(defwidget tray []
(systray :orientation "v" :icon-size 20))
(defwidget bar []
(centerbox :orientation "vertical"
:halign "center"
@ -81,6 +84,7 @@
(mic)
(volume)
(battery)
(tray)
(power))))