dotfiles/de/home/.config/eww/eww.yuck
2025-06-30 11:45:02 -07:00

26 lines
493 B
Text

(include "modules/bar.yuck")
(defwindow bar
:windowtype "dock"
:exclusive true
:geometry (geometry :x "0%"
;; :y "0%"
:y "10px"
:width "100%"
:height "30px"
:anchor "top center")
:reserve (struts :side "top" :distance "4%")
(bar))
(include "modules/home.yuck")
(defwindow home
:windowtype "normal"
:exclusive true
:geometry (geometry :x "10px"
:y "10px"
:width "300px"
:height "200px"
:anchor "center left")
:stacking "bottom"
(home))