replace top bar with eww bar
This commit is contained in:
parent
fcb7c0cd68
commit
ac3df09b6b
8 changed files with 172 additions and 194 deletions
|
@ -0,0 +1,11 @@
|
|||
(defwidget flagEl [color]
|
||||
(box
|
||||
:style "border-bottom: 3px solid ${color}"
|
||||
:halign "fill"
|
||||
)
|
||||
)
|
||||
|
||||
(defwidget sep []
|
||||
(label :text "|")
|
||||
)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue