i3status: Change thresholds for home and backup

Use tighter thresholds for home and backup partitions.
This commit is contained in:
finga 2024-06-26 15:35:28 +02:00
parent 6bd4251fdb
commit 0959d12190

View file

@ -58,8 +58,8 @@ format = " $icon $path $percentage "
[[block]] [[block]]
block = "disk_space" block = "disk_space"
path = "/home" path = "/home"
warning = 75.0 warning = 80.0
alert = 80.0 alert = 87.0
info_type = "used" info_type = "used"
format = " $icon $path $percentage " format = " $icon $path $percentage "
@ -98,7 +98,7 @@ format = " $icon libvirt $percentage "
[[block]] [[block]]
block = "disk_space" block = "disk_space"
path = "/share/backup" path = "/share/backup"
warning = 80.0 warning = 85.0
alert = 90.0 alert = 90.0
info_type = "used" info_type = "used"
format = " $icon backup $percentage " format = " $icon backup $percentage "