all repos — archive/dotfiles @ 01f74188c99d2cdc05fc7df412e4531fda427d67

Superseded by nixfiles

i3status: Add disk low space threshold
Alan Pearce alan@alanpearce.eu
Sun, 01 Oct 2017 13:14:19 +0200
commit

01f74188c99d2cdc05fc7df412e4531fda427d67

parent

e6e547cb252a9ecc4d8668f529752e706b461f62

1 files 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"
 }