mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2025-09-07 11:51:39 +02:00
do some moving
This commit is contained in:
parent
9379b9c61b
commit
49298541e5
40 changed files with 13 additions and 16 deletions
11
modules/de/home/eww/configDir/util.yuck
Normal file
11
modules/de/home/eww/configDir/util.yuck
Normal file
|
@ -0,0 +1,11 @@
|
|||
(defwidget flagEl [color ?flipped]
|
||||
(box
|
||||
:style "border-${flipped ? "top" : "bottom"}: 3px solid ${color}"
|
||||
:halign "fill"
|
||||
)
|
||||
)
|
||||
|
||||
(defwidget sep []
|
||||
(label :text "|")
|
||||
)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue