From d79823521fd269d4961098aecfba44d6fafddbc5 Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Thu, 26 Feb 2026 20:20:41 -0500 Subject: [PATCH] u --- dots/waybar/config.jsonc | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/dots/waybar/config.jsonc b/dots/waybar/config.jsonc index a706041..197c55a 100644 --- a/dots/waybar/config.jsonc +++ b/dots/waybar/config.jsonc @@ -339,7 +339,20 @@ }, "temperature": { - "critical-threshold": 90, + + // 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"], + +// , "format-critical": "{temperatureC}°C " + + "critical-threshold": 65, "interval": 4, "format": "{icon} {temperatureC}°", "format-icons": ["", "", "", "", ""],