i3 - improved tiling WM


default config: show %avail disk space instead of %free

Patch status: merged

Patch by Sebastian Ullrich

Long description:

The former property is generally more relevant to end users

To apply this patch, use:
curl http://cr.i3wm.org/patch/313/raw.patch | git am

b/i3status.conf

14
@@ -53,5 +53,5 @@ load {
15
 }
16
 
17
 disk "/" {
18
-        format = "%free"
19
+        format = "%avail"
20
 }