From 1e6be0acfc8df70cd166d37d24f0c2867ef34316 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Tue, 14 May 2024 13:26:48 +0900 Subject: [PATCH] waybar module - defaulted to hwmon1 for temperature from hwmon 6 --- config/waybar/modules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/waybar/modules b/config/waybar/modules index e7606c4..93c7f3c 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -413,7 +413,7 @@ "interval": 10, "tooltip": true, "hwmon-path": [ - "/sys/class/hwmon/hwmon6/temp1_input", + "/sys/class/hwmon/hwmon1/temp1_input", "/sys/class/thermal/thermal_zone0/temp" ], //"thermal-zone": 0, @@ -685,7 +685,7 @@ "interval": 10, "tooltip": true, "hwmon-path": [ - "/sys/class/hwmon/hwmon6/temp1_input", + "/sys/class/hwmon/hwmon1/temp1_input", "/sys/class/thermal/thermal_zone0/temp" ], //"thermal-zone": 0,