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

32 lines
661 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
; :x "10px"
:y "30px"
:width "300px"
; :height "200px"
:height "100%"
:anchor "center left")
:stacking "bottom"
; :reserve (struts :side "top" :distance "300px")
(home))