now it actually works

main
Your Name 2025-05-12 10:19:23 +02:00
parent dfc0fbcca9
commit 7860658d3f
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +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) (systray :class "music" :orientation "h" :spacing 2 :space-evenly true)
)) ))
(defwidget music [] (defwidget music []

View File

@ -40,7 +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) (systray :class "music" :orientation "h" :spacing 2 :space-evenly true)
)) ))
(defwidget music [] (defwidget music []