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 ?: ''}")
|
||||
)
|
||||
|
||||
(defwidget tray [] (box
|
||||
(systray :icon-size 15 :spacing 10)
|
||||
))
|
||||
(defwidget tray [] (box (systray
|
||||
:icon-size 15
|
||||
:spacing 10
|
||||
)))
|
||||
|
||||
(defwidget time []
|
||||
(box (eventbox
|
||||
|
|
Loading…
Reference in a new issue