From 1a57bffa84c216ea5fea111da430214d5d522cbb Mon Sep 17 00:00:00 2001 From: ackman678 Date: Sun, 19 Sep 2021 11:44:09 -0700 Subject: [PATCH] core0 temp monitor --- .config/i3status/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/i3status/config b/.config/i3status/config index 02218fa..7a14192 100644 --- a/.config/i3status/config +++ b/.config/i3status/config @@ -84,6 +84,6 @@ run_watch DHCP { #update the following device path for temp1_input as needed cpu_temperature 0 { format = "%degrees °C" - path = "/sys/devices/platform/coretemp.0/hwmon/hwmon*/temp1_input" + path = "/sys/devices/platform/coretemp.0/hwmon/hwmon*/temp2_input" }