🐛 (home) update eww bar to check corect disk
This commit is contained in:
parent
935b8376ff
commit
c4a4f8826e
|
@ -44,7 +44,7 @@
|
|||
)
|
||||
(metric
|
||||
: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
|
||||
:label ""
|
||||
|
|
Loading…
Reference in a new issue