i3status-rs: Show names instead of too long paths

In order to not oversize the status bar configure names instead of the
too long paths.
This commit is contained in:
finga 2023-07-05 16:57:56 +02:00
parent 7adb7a638b
commit c9f0e2200a

View file

@ -85,7 +85,7 @@ path = "/var/lib/machines"
warning = 80.0
alert = 90.0
info_type = "used"
format = " $icon $path $percentage "
format = " $icon nspawn $percentage "
[[block]]
block = "disk_space"
@ -93,7 +93,7 @@ path = "/var/lib/libvirt/images"
warning = 80.0
alert = 90.0
info_type = "used"
format = " $icon $path $percentage "
format = " $icon libvirt $percentage "
[[block]]
block = "memory"