i3pystatus: fix disk space usage display

This commit is contained in:
Franzi 2022-03-26 13:31:13 +01:00
parent 352a35bf55
commit 5a5e6231d1
Signed by: kunsi
GPG Key ID: 12E3D2136B818350
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ status.register("network",
# max_field_len=200)
status.register("disk",
path="/home",
path="/home/kunsi",
format="{used}/{total}G",)
status.run()