diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-05-14 13:26:48 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-05-14 13:26:48 +0900 |
| commit | 1e6be0acfc8df70cd166d37d24f0c2867ef34316 (patch) | |
| tree | 0b3035794219af0312bfe43c10124a339830586f | |
| parent | d162ad75bc9c915b421867a1efd061e8b29af766 (diff) | |
waybar module - defaulted to hwmon1 for temperature from hwmon 6
| -rw-r--r-- | config/waybar/modules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/waybar/modules b/config/waybar/modules index e7606c4c..93c7f3c1 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, |
