waybar: fix disk paths

This commit is contained in:
Adam Gausmann 2025-01-14 10:50:12 -06:00
parent baa1289ea8
commit 3aa1236396

View file

@ -59,6 +59,7 @@
% for disk in host.get('disks', ['/']):
"disk#${disk}": {
"path": "${disk}",
"format": "${disk} {free}",
"tooltip-format": "{used} / {total} ({percentage_used}%)"
},