nix-configs/modules/desktop-environment/home/panels/eww/configDir/util.yuck

11 lines
148 B
Text

(defwidget flagEl [color]
(box
:style "border-bottom: 3px solid ${color}"
:halign "fill"
)
)
(defwidget sep []
(label :text "|")
)