config/eww ahrc-laptop : style code tray
This commit is contained in:
parent
2fa6fbea62
commit
36992cf6aa
1 changed files with 4 additions and 3 deletions
|
@ -90,9 +90,10 @@
|
||||||
(box "${windowtitle ?: ''}")
|
(box "${windowtitle ?: ''}")
|
||||||
)
|
)
|
||||||
|
|
||||||
(defwidget tray [] (box
|
(defwidget tray [] (box (systray
|
||||||
(systray :icon-size 15 :spacing 10)
|
:icon-size 15
|
||||||
))
|
:spacing 10
|
||||||
|
)))
|
||||||
|
|
||||||
(defwidget time []
|
(defwidget time []
|
||||||
(box (eventbox
|
(box (eventbox
|
||||||
|
|
Loading…
Reference in a new issue