From 7a485c61556cdd34771f35af106fe58899b3945b Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 4 Nov 2023 00:54:53 +0900 Subject: [PATCH] some small change on waybar temperature modules --- config/waybar/modules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/waybar/modules b/config/waybar/modules index 2253ee1..e23066e 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -264,7 +264,7 @@ "interval": 10, "tooltip": false, //"hwmon-path": "/sys/class/hwmon/hwmon5/temp1_input", - "thermal-zone": 2, + "thermal-zone": 0, "critical-threshold": 82, "format-critical": "{temperatureC}°C {icon}", "format": "{temperatureC}°C {icon}",