From e0ad3deebcc04e80b09e9d766f0dfa0a0556cbe5 Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Thu, 26 Feb 2026 20:07:48 -0500 Subject: [PATCH] pch_cometlake now? --- obsolete/dots/waybar/config.jsonc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/obsolete/dots/waybar/config.jsonc b/obsolete/dots/waybar/config.jsonc index d42fbe4..0dc130b 100644 --- a/obsolete/dots/waybar/config.jsonc +++ b/obsolete/dots/waybar/config.jsonc @@ -158,9 +158,9 @@ { // "thermal-zone": 3 // list all temperatures: `find /sys/devices -name "temp*_input"` - // pch_cometlake @ tuxwarrior (i found out by doing more on all - // tmp input files, and comparing with psensor values) - "hwmon-path": ["/sys/devices/virtual/thermal/thermal_zone3/hwmon6/temp1_input", "NOT_IN_USE/sys/class/hwmon/hwmon2/temp1_input"] + // pch_cometlake @ tuxwarrior (i found out by doing more on all tmp input files, and comparing with psensor values) + // `/sys/devices/virtual/thermal/thermal_zone3/hwmon6/temp1_input` ➔ `/sys/class/hwmon/hwmon6/temp1_input` + "hwmon-path": ["/sys/class/hwmon/hwmon6/temp1_input", "", "NOT_IN_USE/sys/class/hwmon/hwmon2/temp1_input"] , "critical-threshold": 65 , "format-critical": "{temperatureC}°C " , "format": "{temperatureC}°C "