diff options
author | Sebastian Ullrich <sebastianu@google.com> | 2013-11-11 23:23:00 +0100 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2013-11-16 10:11:25 +0100 |
commit | 09330976e5b08079014087ce0ac490b5b824c8f8 (patch) | |
tree | 9c35089fcafe72c63d81172179ca46a5501c2e4e /i3status.conf | |
parent | 14b43bdec2af2737457a00e65ccc129025e508c1 (diff) |
default config: show %avail disk space instead of %free
The former property is generally more relevant to end users
Diffstat (limited to 'i3status.conf')
-rw-r--r-- | i3status.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i3status.conf b/i3status.conf index 6b1d2d7..01c182c 100644 --- a/i3status.conf +++ b/i3status.conf @@ -53,5 +53,5 @@ load { } disk "/" { - format = "%free" + format = "%avail" } |