nix-configs/modules/desktop/home/eww/configDir/eww.yuck
2025-08-26 20:22:59 +02:00

15 lines
308 B
Text

(include "topBar/topBar.yuck")
(include "bottomBar/bottomBar.yuck")
(defwindow streamUi
:monitor 0
:stacking "fg"
:wm-ignore true
:exclusive true
:geometry (geometry
:width "640px"
:height "100%"
:anchor "center right")
(box
(label :text "hi")
))