added systray to eww

main
The_miro 2025-05-12 10:15:14 +02:00
parent 8731608f42
commit dfc0fbcca9
2 changed files with 4 additions and 2 deletions

View File

@ -34,7 +34,8 @@
(metric :label ""
:value {round((1 - (EWW_DISK["/"].free / EWW_DISK["/"].total)) * 100, 0)}
:onchange "")
(clock)
(clock)
(systray :orientation h :spacing 2 :space-evenly true)
))
(defwidget music []

View File

@ -39,7 +39,8 @@
(metric :label ""
:value {round((1 - (EWW_DISK["/"].free / EWW_DISK["/"].total)) * 100, 0)}
:onchange "")
(clock)
(clock)
(systray :orientation h :spacing 2 :space-evenly true)
))
(defwidget music []