i3status: Add disk low space threshold
Alan Pearce alan@alanpearce.eu
Sun, 01 Oct 2017 13:14:19 +0200
1 files 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" }