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:
parent
7adb7a638b
commit
c9f0e2200a
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue