]> git.sur5r.net Git - i3/i3status/blobdiff - i3status.conf
wireless: call START_COLOR only once (Thanks XTaran)
[i3/i3status] / i3status.conf
index 8c2bf9d0939e117048e4e6da3a9a8f50377c1d00..6b1d2d726e195a60eb0e2da2294fd6d75a52d838 100644 (file)
@@ -1,3 +1,11 @@
+# i3status configuration file.
+# see "man i3status" for documentation.
+
+# It is important that this file is edited as UTF-8.
+# The following line should contain a sharp s:
+# ß
+# If the above line is not correctly displayed, fix your editor first!
+
 general {
         colors = true
         interval = 5
@@ -10,9 +18,8 @@ order += "run_watch VPN"
 order += "wireless wlan0"
 order += "ethernet eth0"
 order += "battery 0"
-order += "cpu_temperature 0"
 order += "load"
-order += "time"
+order += "tztime local"
 
 wireless wlan0 {
         format_up = "W: (%quality at %essid) %ip"
@@ -37,7 +44,7 @@ run_watch VPN {
         pidfile = "/var/run/vpnc/pid"
 }
 
-time {
+tztime local {
         format = "%Y-%m-%d %H:%M:%S"
 }
 
@@ -45,10 +52,6 @@ load {
         format = "%1min"
 }
 
-cpu_temperature 0 {
-        format = "T: %degrees °C"
-}
-
 disk "/" {
         format = "%free"
 }