nix-configs/modules/desktop-environment/home/panels/eww/configDir/util.yuck
2024-08-28 09:12:28 +02:00

12 lines
148 B
Plaintext

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