add disk to waybar and update styling
This commit is contained in:
@@ -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": "{}% "
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user