chore: Remove unused hbar
This commit is contained in:
parent
45cddf8389
commit
664e5ed27a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue