diff --git a/obsolete/dots/waybar/config.jsonc b/obsolete/dots/waybar/config.jsonc index 0e605f3..d44f1c0 100644 --- a/obsolete/dots/waybar/config.jsonc +++ b/obsolete/dots/waybar/config.jsonc @@ -156,8 +156,9 @@ // https://github.com/Alexays/Waybar/wiki/Module:-Temperature , "temperature": { - "thermal-zone": 3 + // "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"] , "critical-threshold": 65 , "format-critical": "{temperatureC}°C " , "format": "{temperatureC}°C "