From d7558ebbd6746821df61de6ee7d96ecc095e8e6e Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Thu, 26 Feb 2026 20:08:39 -0500 Subject: [PATCH] u --- obsolete/dots/waybar/config.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obsolete/dots/waybar/config.jsonc b/obsolete/dots/waybar/config.jsonc index 0dc130b..f02e364 100644 --- a/obsolete/dots/waybar/config.jsonc +++ b/obsolete/dots/waybar/config.jsonc @@ -160,7 +160,7 @@ // 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) // `/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"] + "hwmon-path": "/sys/class/hwmon/hwmon6/temp1_input" , "critical-threshold": 65 , "format-critical": "{temperatureC}°C " , "format": "{temperatureC}°C "