diff --git a/config/waybar/config b/config/waybar/config index 286797d..046a838 100644 --- a/config/waybar/config +++ b/config/waybar/config @@ -156,7 +156,6 @@ "cpu", "memory", "temperature#1", - "temperature#2", "temperature#3", "battery", "backlight", @@ -215,19 +214,14 @@ "tooltip": false }, "temperature#1": { - "thermal-zone": 6, - "hwmon-path": "/sys/class/hwmon/hwmon6/temp1_input", + "thermal-zone": 1, + "hwmon-path": "/sys/class/hwmon/hwmon1/temp1_input", "format": " {temperatureC}°C" }, "temperature#3": { - "thermal-zone": 7, - "hwmon-path": "/sys/class/hwmon/hwmon7/temp1_input", - "format": "{temperatureC}°C" - }, - "temperature#2": { "thermal-zone": 1, - "hwmon-path": "/sys/class/hwmon/hwmon1/temp1_input", - "format": "" + "hwmon-path": "/sys/class/hwmon/hwmon8/temp1_input", + "format": "{temperatureC}°C" }, "backlight": { "device": "intel_backlight",