i3status-rs: Add the backup volume

Also show the usage of the backup volume.
This commit is contained in:
finga 2023-07-05 16:58:44 +02:00
parent c9f0e2200a
commit 871ebf00dc

View file

@ -95,6 +95,14 @@ alert = 90.0
info_type = "used"
format = " $icon libvirt $percentage "
[[block]]
block = "disk_space"
path = "/share/backup"
warning = 80.0
alert = 90.0
info_type = "used"
format = " $icon backup $percentage "
[[block]]
block = "memory"
format = " $icon $mem_used_percents.eng(w:3) "