home
·
contact
·
privacy
projects
/
config
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba155f5
)
Extend i3status.conf
author
Christian Heller
<c.heller@plomlompom.de>
Sun, 31 May 2015 02:23:10 +0000
(
04:23
+0200)
committer
Christian Heller
<c.heller@plomlompom.de>
Sun, 31 May 2015 02:23:10 +0000
(
04:23
+0200)
dotfiles/i3status.conf
patch
|
blob
|
history
diff --git
a/dotfiles/i3status.conf
b/dotfiles/i3status.conf
index 2a072e911aeac56daf9bec7aed24054847518d85..9565c9f5d91a98ff2b85c830825b54692de03e67 100644
(file)
--- 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"