chore: Remove unused hbar

wayland/eww
Leni Aniva 2024-06-02 15:28:59 -07:00
parent 45cddf8389
commit 664e5ed27a
Signed by: aniva
GPG Key ID: 4D9B1C8D10EA4C50
1 changed files with 0 additions and 20 deletions

View File

@ -36,26 +36,6 @@
(widget-clock)
)
))
(defwindow hbar
:exclusive true
:monitor 0
:windowtype "dock"
:geometry (geometry
:x "0%"
:y "0%"
:width "90%"
:height "20px"
:anchor "top center"
)
:reserve (struts :side "top" :distance "20px")
(centerbox :orientation "h"
(box :orientation "h")
(box :orientation "h")
(box :orientation "h" :space-evenly false :halign "end"
(widget-cpu)
(widget-memory)
)
))
(defwidget widget-workspaces []
(box