replace top bar with eww bar

This commit is contained in:
Schrottkatze 2024-08-28 09:12:28 +02:00
parent fcb7c0cd68
commit ac3df09b6b
Signed by: schrottkatze
SSH key fingerprint: SHA256:hXb3t1vINBFCiDCmhRABHX5ocdbLiKyCdKI4HK2Rbbc
8 changed files with 172 additions and 194 deletions

View file

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