fix: Hyprland config update, eww bar integration #15
|
@ -36,26 +36,6 @@
|
||||||
(widget-clock)
|
(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 []
|
(defwidget widget-workspaces []
|
||||||
(box
|
(box
|
||||||
|
|
Loading…
Reference in New Issue