From a8bfc6d47452fdc3a649168a8a50047c9c77ed4b Mon Sep 17 00:00:00 2001 From: tea Date: Tue, 9 Jul 2024 11:31:09 +0200 Subject: [PATCH] =?UTF-8?q?waybar:=20up=20critical=20temperature=20to=2090?= =?UTF-8?q?=20=C2=B0C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CPU can take up to 105 °C, mainboard should be okay with 90 i guess? --- .config/waybar/config.garlic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/waybar/config.garlic b/.config/waybar/config.garlic index cbdfb7f..cd9cd8a 100644 --- a/.config/waybar/config.garlic +++ b/.config/waybar/config.garlic @@ -100,7 +100,7 @@ "temperature": { // "thermal-zone": 2, "hwmon-path": "/sys/devices/platform/thinkpad_hwmon/hwmon/hwmon3/temp1_input", - "critical-threshold": 80, + "critical-threshold": 90, "format-critical": "{temperatureC}°C {icon}", "format": "{temperatureC}°C {icon}", "format-icons": ["\uf2ca", "\uf2c9", "\uf2c8"]