From: Michael Stapelberg Date: Wed, 9 May 2012 16:39:59 +0000 (+0200) Subject: Remove cpu_temperature from the default config X-Git-Tag: 2.5.1~2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=88b157cc8a19a312d93cba1f9332fc40b385e253;p=i3%2Fi3status 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. --- 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" }