From 88b157cc8a19a312d93cba1f9332fc40b385e253 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Wed, 9 May 2012 18:39:59 +0200 Subject: [PATCH] Remove cpu_temperature from the default config MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It contradicts our philosophy and doesn’t work on many systems, so don’t use it in the default config. --- i3status.conf | 5 ----- 1 file changed, 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" } -- 2.39.5