all repos — nixfiles @ 01f74188c99d2cdc05fc7df412e4531fda427d67

System and user configuration, managed by nix and home-manager

i3status: Add disk low space threshold

Alan Pearce
commit

01f74188c99d2cdc05fc7df412e4531fda427d67

parent

e6e547cb252a9ecc4d8668f529752e706b461f62

1 file changed, 2 insertions(+), 0 deletions(-)

jump to
M i3/.config/i3status/configi3/.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" }