From: Christian Heller Date: Sun, 31 May 2015 02:23:10 +0000 (+0200) Subject: Extend i3status.conf X-Git-Url: https://plomlompom.com/repos/?p=config;a=commitdiff_plain;h=1b1645d4741546be102a5c50e3c36226495c10cd Extend i3status.conf --- 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"