mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2025-09-07 11:51:39 +02:00
Switch to niri - Episode 2: The (first?) purge
This commit is contained in:
parent
f28ec1ae8f
commit
c2ebb8d760
54 changed files with 192 additions and 83206 deletions
11
modules/desktop-environment/home/eww/configDir/util.yuck
Normal file
11
modules/desktop-environment/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