waybar: fix disk paths
This commit is contained in:
parent
baa1289ea8
commit
3aa1236396
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@
|
||||||
|
|
||||||
% for disk in host.get('disks', ['/']):
|
% for disk in host.get('disks', ['/']):
|
||||||
"disk#${disk}": {
|
"disk#${disk}": {
|
||||||
|
"path": "${disk}",
|
||||||
"format": "${disk} {free}",
|
"format": "${disk} {free}",
|
||||||
"tooltip-format": "{used} / {total} ({percentage_used}%)"
|
"tooltip-format": "{used} / {total} ({percentage_used}%)"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue