From: Sebastian Ullrich Date: Mon, 11 Nov 2013 22:23:00 +0000 (+0100) Subject: default config: show %avail disk space instead of %free X-Git-Tag: 2.8~6 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=09330976e5b08079014087ce0ac490b5b824c8f8;p=i3%2Fi3status default config: show %avail disk space instead of %free The former property is generally more relevant to end users --- 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" }