nicks-nix-config/modules/ewwbar/eww-config/windows.yuck
2023-10-30 18:12:43 -07:00

12 lines
300 B
Text

(defwindow bar
:monitor 1
:exclusive true
:windowtype "dock"
:geometry (geometry :x "0%"
:y "0%"
:width "90%"
:height "10px"
:anchor "top center")
:reserve (struts :side "top" :distance "4%")
(bar))