Compare commits

...

2 commits

Author SHA1 Message Date
Laureηt c4a4f8826e
🐛 (home) update eww bar to check corect disk 2024-10-05 19:34:59 +02:00
Laureηt 935b8376ff
✏️ (aurum) requiredForBoot -> neededForBoot 2024-10-05 18:50:51 +02:00
2 changed files with 2 additions and 2 deletions

View file

@ -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 ""

View file

@ -21,7 +21,7 @@
programs.light.enable = true;
# impermanence
fileSystems."/persist".requiredForBoot = true;
fileSystems."/persist".neededForBoot = true;
# webcam
# hardware.firmware = [