mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2024-11-06 07:36:23 +01:00
12 lines
148 B
Plaintext
12 lines
148 B
Plaintext
|
(defwidget flagEl [color]
|
||
|
(box
|
||
|
:style "border-bottom: 3px solid ${color}"
|
||
|
:halign "fill"
|
||
|
)
|
||
|
)
|
||
|
|
||
|
(defwidget sep []
|
||
|
(label :text "|")
|
||
|
)
|
||
|
|