add disk to waybar and update styling

This commit is contained in:
2025-10-12 22:05:13 +02:00
parent 6ec74c212b
commit c517426a6d
2 changed files with 54 additions and 34 deletions

View File

@@ -103,6 +103,18 @@
"format": "{usage}% ",
"tooltip": false
},
"disk": {
"interval": 30,
"path": "/",
"format": "{specific_free:.0f}GB {path}",
"unit": "GB"
},
"disk#disk_home": {
"interval": 30,
"path": "/home/",
"format": "{specific_free:.0f}GB {path}",
"unit": "GB"
},
"memory": {
"format": "{}% "
},