i3status-rs: Add the backup volume
Also show the usage of the backup volume.
This commit is contained in:
parent
c9f0e2200a
commit
871ebf00dc
1 changed files with 8 additions and 0 deletions
|
@ -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) "
|
||||
|
|
Loading…
Reference in a new issue