diff --git a/.config/i3status-rust/config.toml b/.config/i3status-rust/config.toml index d844f24..c935bf5 100644 --- a/.config/i3status-rust/config.toml +++ b/.config/i3status-rust/config.toml @@ -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 "