From 5a0c2d681f9c888149e3f3b0dfba6a3c27c8e0a2 Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Thu, 26 Feb 2026 20:02:53 -0500 Subject: [PATCH] temp of pch_cometlake --- obsolete/dots/waybar/config.jsonc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/obsolete/dots/waybar/config.jsonc b/obsolete/dots/waybar/config.jsonc index d44f1c0..d42fbe4 100644 --- a/obsolete/dots/waybar/config.jsonc +++ b/obsolete/dots/waybar/config.jsonc @@ -157,8 +157,10 @@ , "temperature": { // "thermal-zone": 3 - //, "hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input" - "hwmon-path": ["/sys/devices/virtual/thermal/thermal_zone3/hwmon6/temp1_input", "/sys/class/hwmon/hwmon2/temp1_input"] + // 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"] , "critical-threshold": 65 , "format-critical": "{temperatureC}°C " , "format": "{temperatureC}°C "