i3status: Change thresholds for home and backup
Use tighter thresholds for home and backup partitions.
This commit is contained in:
parent
6bd4251fdb
commit
0959d12190
1 changed files with 3 additions and 3 deletions
|
@ -58,8 +58,8 @@ format = " $icon $path $percentage "
|
|||
[[block]]
|
||||
block = "disk_space"
|
||||
path = "/home"
|
||||
warning = 75.0
|
||||
alert = 80.0
|
||||
warning = 80.0
|
||||
alert = 87.0
|
||||
info_type = "used"
|
||||
format = " $icon $path $percentage "
|
||||
|
||||
|
@ -98,7 +98,7 @@ format = " $icon libvirt $percentage "
|
|||
[[block]]
|
||||
block = "disk_space"
|
||||
path = "/share/backup"
|
||||
warning = 80.0
|
||||
warning = 85.0
|
||||
alert = 90.0
|
||||
info_type = "used"
|
||||
format = " $icon backup $percentage "
|
||||
|
|
Loading…
Reference in a new issue