added systray to eww
parent
8731608f42
commit
dfc0fbcca9
|
|
@ -35,6 +35,7 @@
|
||||||
:value {round((1 - (EWW_DISK["/"].free / EWW_DISK["/"].total)) * 100, 0)}
|
:value {round((1 - (EWW_DISK["/"].free / EWW_DISK["/"].total)) * 100, 0)}
|
||||||
:onchange "")
|
:onchange "")
|
||||||
(clock)
|
(clock)
|
||||||
|
(systray :orientation h :spacing 2 :space-evenly true)
|
||||||
))
|
))
|
||||||
|
|
||||||
(defwidget music []
|
(defwidget music []
|
||||||
|
|
|
||||||
|
|
@ -40,6 +40,7 @@
|
||||||
:value {round((1 - (EWW_DISK["/"].free / EWW_DISK["/"].total)) * 100, 0)}
|
:value {round((1 - (EWW_DISK["/"].free / EWW_DISK["/"].total)) * 100, 0)}
|
||||||
:onchange "")
|
:onchange "")
|
||||||
(clock)
|
(clock)
|
||||||
|
(systray :orientation h :spacing 2 :space-evenly true)
|
||||||
))
|
))
|
||||||
|
|
||||||
(defwidget music []
|
(defwidget music []
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue