From 662804dc4291bac18f5b51e301c792267769f662 Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Thu, 26 Feb 2026 20:17:29 -0500 Subject: [PATCH] u --- obsolete/dots/waybar/config.jsonc | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/obsolete/dots/waybar/config.jsonc b/obsolete/dots/waybar/config.jsonc index f02e364..5280090 100644 --- a/obsolete/dots/waybar/config.jsonc +++ b/obsolete/dots/waybar/config.jsonc @@ -156,13 +156,17 @@ // https://github.com/Alexays/Waybar/wiki/Module:-Temperature , "temperature": { - // "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) - // `/sys/devices/virtual/thermal/thermal_zone3/hwmon6/temp1_input` ➔ `/sys/class/hwmon/hwmon6/temp1_input` - "hwmon-path": "/sys/class/hwmon/hwmon6/temp1_input" + // list all termal zones: + // `for i in /sys/class/thermal/thermal_zone*; do echo "$i: $(<$i/type)"; done` + // 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` + + // "thermal-zone": 3 + "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 " + , "format": ">>{temperatureC}°C " } }