From 1b1645d4741546be102a5c50e3c36226495c10cd Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Sun, 31 May 2015 04:23:10 +0200
Subject: [PATCH] Extend i3status.conf

---
 dotfiles/i3status.conf | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/dotfiles/i3status.conf b/dotfiles/i3status.conf
index 2a072e9..9565c9f 100644
--- a/dotfiles/i3status.conf
+++ b/dotfiles/i3status.conf
@@ -8,6 +8,7 @@ general {
 
 # Selection / order of status elements.
 order += "disk /"
+order += "disk /home"
 order += "wireless wlan0"
 order += "ethernet eth0"
 order += "battery 0"
@@ -20,6 +21,12 @@ disk "/" {
     format = "%free"
 }
 
+# How much space is left in /home ?
+disk "/home" {
+    format = "%free"
+}
+
+
 # WLAN status: show IP and connection quality or "down".
 wireless wlan0 {
         format_up = "W: (%quality at %essid) %ip"
-- 
2.30.2