i3status: Add disk low space threshold
1 file changed, 2 insertions(+), 0 deletions(-)
jump to
M i3/.config/i3status/config → i3/.config/i3status/config
@@ -100,11 +100,13 @@ } disk "/" { prefix_type = "custom" + low_threshold = 5 format = "/ %avail" separator = false } disk "/home" { prefix_type = "custom" + low_threshold = 5 format = "/h %avail" }