summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2012-05-09 18:39:59 +0200
committerMichael Stapelberg <michael@stapelberg.de>2012-05-09 18:39:59 +0200
commit88b157cc8a19a312d93cba1f9332fc40b385e253 (patch)
treee12097ce16dbb556fdd6650eff680d3008b11234
parent4ef47541b90275761e551c01f83948447c405e77 (diff)
Remove cpu_temperature from the default config
It contradicts our philosophy and doesn’t work on many systems, so don’t use it in the default config.
-rw-r--r--i3status.conf5
1 files changed, 0 insertions, 5 deletions
diff --git a/i3status.conf b/i3status.conf
index 8c2bf9d..99640d0 100644
--- a/i3status.conf
+++ b/i3status.conf
@@ -10,7 +10,6 @@ order += "run_watch VPN"
order += "wireless wlan0"
order += "ethernet eth0"
order += "battery 0"
-order += "cpu_temperature 0"
order += "load"
order += "time"
@@ -45,10 +44,6 @@ load {
format = "%1min"
}
-cpu_temperature 0 {
- format = "T: %degrees °C"
-}
-
disk "/" {
format = "%free"
}