diff --git a/i3status/config b/i3status/config index 7466977..5769263 100644 --- a/i3status/config +++ b/i3status/config @@ -17,7 +17,6 @@ order += "wireless _first_" order += "ethernet _first_" order += "volume master" order += "battery all" -order += "cpu_temperature 0" order += "load" order += "tztime local" @@ -59,7 +58,3 @@ volume master { mixer = "Master" mixer_idx = 0 } - -cpu_temperature 0 { - format = "🌡️%degrees" -}