summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2012-03-11 15:37:01 +0100
committerMichael Stapelberg <michael@stapelberg.de>2012-03-11 15:37:13 +0100
commit3b9730364a8b83794b08a4e039c2dea4a1aa32ae (patch)
treebe68f78f2524da186353e932a5c7a6e076c18d0f
parent188e5873be5e9c590988f9299653df5f52d44355 (diff)
Fix indentation in i3status.conf
-rw-r--r--i3status.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/i3status.conf b/i3status.conf
index ee0db5c..8c2bf9d 100644
--- a/i3status.conf
+++ b/i3status.conf
@@ -22,7 +22,7 @@ wireless wlan0 {
ethernet eth0 {
# if you use %speed, i3status requires root privileges
format_up = "E: %ip (%speed)"
- format_down = "E: down"
+ format_down = "E: down"
}
battery 0 {
@@ -38,17 +38,17 @@ run_watch VPN {
}
time {
- format = "%Y-%m-%d %H:%M:%S"
+ format = "%Y-%m-%d %H:%M:%S"
}
load {
- format = "%1min"
+ format = "%1min"
}
cpu_temperature 0 {
- format = "T: %degrees °C"
+ format = "T: %degrees °C"
}
disk "/" {
- format = "%free"
+ format = "%free"
}