diff options
author | Michael Stapelberg <michael@stapelberg.de> | 2012-03-11 15:37:01 +0100 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2012-03-11 15:37:13 +0100 |
commit | 3b9730364a8b83794b08a4e039c2dea4a1aa32ae (patch) | |
tree | be68f78f2524da186353e932a5c7a6e076c18d0f | |
parent | 188e5873be5e9c590988f9299653df5f52d44355 (diff) |
Fix indentation in i3status.conf
-rw-r--r-- | i3status.conf | 10 |
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" } |