🐛 (home) update eww bar to check corect disk

This commit is contained in:
Laureηt 2024-10-05 19:34:59 +02:00
parent 935b8376ff
commit c4a4f8826e
Signed by: Laurent
SSH key fingerprint: SHA256:pb5NrYg80So5z9hmqQFPmp//sgr+DFeJkKhmGyU2NLk

View file

@ -44,7 +44,7 @@
) )
(metric (metric
:label "󰋊" :label "󰋊"
:value {round((1 - (EWW_DISK["/"].free / EWW_DISK["/"].total)) * 100, 0)} :value {round((1 - (EWW_DISK["/persist"].free / EWW_DISK["/persist"].total)) * 100, 0)}
) )
(metric (metric
:label "" :label ""