From 0959d121902a58534aab7f6772ac5a41c5d5771d Mon Sep 17 00:00:00 2001 From: finga Date: Wed, 26 Jun 2024 15:35:28 +0200 Subject: [PATCH] i3status: Change thresholds for home and backup Use tighter thresholds for home and backup partitions. --- .config/i3status-rust/config.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 "