summary refs log tree commit diff stats
path: root/i3
diff options
context:
space:
mode:
authorAlan Pearce2017-10-01 13:14:19 +0200
committerAlan Pearce2017-10-01 13:14:19 +0200
commit01f74188c99d2cdc05fc7df412e4531fda427d67 (patch)
treea1eb6fdaa9c6acdc6572b0ccdf55bfbfb5d9eeb8 /i3
parente6e547cb252a9ecc4d8668f529752e706b461f62 (diff)
downloaddotfiles-01f74188c99d2cdc05fc7df412e4531fda427d67.tar.lz
dotfiles-01f74188c99d2cdc05fc7df412e4531fda427d67.tar.zst
dotfiles-01f74188c99d2cdc05fc7df412e4531fda427d67.zip
i3status: Add disk low space threshold
Diffstat (limited to 'i3')
-rw-r--r--i3/.config/i3status/config2
1 files changed, 2 insertions, 0 deletions
diff --git a/i3/.config/i3status/config b/i3/.config/i3status/config
index 2c8217a..51df414 100644
--- a/i3/.config/i3status/config
+++ b/i3/.config/i3status/config
@@ -100,11 +100,13 @@ cpu_temperature 0 {
 
 disk "/" {
   prefix_type = "custom"
+  low_threshold = 5
   format = "/ %avail"
   separator = false
 }
 
 disk "/home" {
   prefix_type = "custom"
+  low_threshold = 5
   format = "/h %avail"
 }