summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachIR <zachir@librem.one>2025-04-25 19:30:59 -0500
committerZachIR <zachir@librem.one>2025-04-25 19:30:59 -0500
commit09330257db85a6f9b5625a2e3d3ff777ac82a3bf (patch)
tree24a2d7bb7838c9434d6aac9cfe9b9e533c555aea
parente73c54bdf974ee0944642d6380fb5b12179c8897 (diff)
Update critical temps
-rw-r--r--waybar/config8
1 files changed, 4 insertions, 4 deletions
diff --git a/waybar/config b/waybar/config
index 70b7b67..39cc953 100644
--- a/waybar/config
+++ b/waybar/config
@@ -105,16 +105,16 @@
},
"temperature#cpu": {
"thermal-zone": 0,
- // "hwmon-path": "cat /sys/class/hwmon/hwmon5/temp1_input",
- "critical-threshold": 110,
+ // "hwmon-path": "cat /sys/class/hwmon/hwmon4/temp1_input",
+ "critical-threshold": 90,
"format-critical": "{temperatureC}°C",
"format": "",
"format-icons": ["", "", ""]
},
"temperature#gpu": {
"thermal-zone": 1,
- // "hwmon-path": "/sys/class/hwmon/hwmon4/temp1_input",
- "critical-threshold": 126,
+ // "hwmon-path": "/sys/class/hwmon/hwmon3/temp1_input",
+ "critical-threshold": 90,
"format-critical": "{temperatureC}°C",
"format": "",
"format-icons": ["", "", ""]