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

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()