refactor(waybar): use correct path for disk space

This commit is contained in:
Price Hiller 2022-10-03 04:43:27 -05:00
parent bc8b644ce0
commit 3b34c24b94

View File

@ -139,7 +139,7 @@
"min-length": 5
},
"disk": {
"path": "/",
"path": "/home",
"interval": 60,
"tooltip-format": "{used} used out of {total} ({percentage_used}%)",
"min-length": 5,