diff options
author | Alan Pearce | 2017-10-01 13:14:19 +0200 |
---|---|---|
committer | Alan Pearce | 2017-10-01 13:14:19 +0200 |
commit | 01f74188c99d2cdc05fc7df412e4531fda427d67 (patch) | |
tree | a1eb6fdaa9c6acdc6572b0ccdf55bfbfb5d9eeb8 | |
parent | e6e547cb252a9ecc4d8668f529752e706b461f62 (diff) | |
download | dotfiles-01f74188c99d2cdc05fc7df412e4531fda427d67.tar.lz dotfiles-01f74188c99d2cdc05fc7df412e4531fda427d67.tar.zst dotfiles-01f74188c99d2cdc05fc7df412e4531fda427d67.zip |
i3status: Add disk low space threshold
-rw-r--r-- | i3/.config/i3status/config | 2 |
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" } |