From 74eed9d9c88f4ae50ebd28ef582238ceeedc7ee7 Mon Sep 17 00:00:00 2001 From: listout Date: Sat, 11 Sep 2021 10:08:11 +0530 Subject: Use thermalzone instead of coretemp reading the temparature from thermalzone with glob "[01]" --- .config/i3/i3status.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/i3') diff --git a/.config/i3/i3status.conf b/.config/i3/i3status.conf index 786b7bc..18f5992 100644 --- a/.config/i3/i3status.conf +++ b/.config/i3/i3status.conf @@ -46,7 +46,7 @@ load { cpu_temperature 0 { format = "T: %degrees °C" - path = "/sys/devices/platform/coretemp.0/hwmon/hwmon2/temp1_input" + path = "/sys/class/thermal/thermal_zone[01]/temp" } memory { -- cgit v1.2.3