dotfiles/de/home/.config/eww/eww.yuck
2025-09-02 14:45:02 -07:00

29 lines
575 B
Text

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