diff --git a/i3status b/i3status index f83d39e..60c024a 100644 --- a/i3status +++ b/i3status @@ -6,8 +6,6 @@ general { order += "color uname" order += "color uptime" -order += "cpu_temperature 1" -order += "cpu_temperature 0" order += "load" order += "tztime local" @@ -31,16 +29,6 @@ battery 0 { threshold_type = percentage } -cpu_temperature 0 { - format = "C: %degrees °C" - path = "/sys/class/hwmon/hwmon3/temp1_input" -} - -cpu_temperature 1 { - format = "G: %degrees °C" - path = "/sys/class/hwmon/hwmon0/temp1_input" -} - load { format = "%1min" }