From 742d40ea7b9168a6a7add2867676570e9ff7c9aa Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Sat, 16 Nov 2019 14:45:23 +0100 Subject: [PATCH] [i3status] change temperature-path to more general path --- i3/i3status | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3/i3status b/i3/i3status index e5faea2..a810ecd 100644 --- a/i3/i3status +++ b/i3/i3status @@ -96,5 +96,5 @@ cpu_usage { cpu_temperature 1 { format = " %degrees°C" - path = "/sys/devices/platform/coretemp.0/hwmon/*/temp1_input" + path = "/sys/devices/virtual/thermal/thermal_zone0/temp" }