diff --git a/obsolete/dots/waybar/config.jsonc b/obsolete/dots/waybar/config.jsonc index cb0c9e2..0e605f3 100644 --- a/obsolete/dots/waybar/config.jsonc +++ b/obsolete/dots/waybar/config.jsonc @@ -156,10 +156,10 @@ // https://github.com/Alexays/Waybar/wiki/Module:-Temperature , "temperature": { - // "thermal-zone": 2 - // "hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input" - // "critical-threshold": 80 - // "format-critical": "{temperatureC}°C " - "format": "{temperatureC}°C " + "thermal-zone": 3 + //, "hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input" + , "critical-threshold": 65 + , "format-critical": "{temperatureC}°C " + , "format": "{temperatureC}°C " } }