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.
This commit is contained in:
Michael Stapelberg 2012-05-09 18:39:59 +02:00
parent 4ef47541b9
commit 88b157cc8a

View File

@ -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"
}