From 1b3b007906f55c4450eefedf988cf41ac5fcf2bb Mon Sep 17 00:00:00 2001 From: Trimutex Date: Tue, 23 Jan 2024 11:43:40 -0600 Subject: [PATCH] Fixed control's cpu temp monitor --- waybar/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waybar/config.json b/waybar/config.json index 3496026..1393db0 100755 --- a/waybar/config.json +++ b/waybar/config.json @@ -63,7 +63,7 @@ "critical-threshold": 80, "format": "{icon} {temperatureC}°C", "format-icons": ["", "", "", "", ""], - "hwmon-path": "/sys/class/thermal/thermal_zone2/temp" + "hwmon-path": "/sys/class/hwmon/hwmon4/temp1_input" }, "network#wifi": { "interface": "wlo1",