diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2023-12-23 16:00:51 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-23 16:00:51 +0900 |
| commit | 184df5c379ca655355140691608a383643cf2399 (patch) | |
| tree | 1b1fe7ae786baaf0bc82683b0a6cc29a3159cdcd /config/waybar/modules | |
| parent | 60d648fc4fc4733b9215ce5c214ea5e0df04881f (diff) | |
| parent | 687d01c4100f910dbbf18c1aeaceb33db1343a8e (diff) | |
Merge pull request #96 from JaKooLit/main
update main to development
Diffstat (limited to 'config/waybar/modules')
| -rw-r--r-- | config/waybar/modules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/waybar/modules b/config/waybar/modules index 8733cb65..7906a279 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -441,7 +441,7 @@ "temperature": { "interval": 10, "tooltip": true, - "hwmon-path": ["/sys/class/hwmon/hwmon6/temp1_input", "/sys/class/thermal/thermal_zone0/temp"], + "hwmon-path": ["/sys/class/hwmon/hwmon1/temp1_input", "/sys/class/thermal/thermal_zone0/temp"], //"thermal-zone": 0, "critical-threshold": 82, "format-critical": "{temperatureC}°C {icon}", @@ -697,7 +697,7 @@ "temperature#vertical": { "interval": 10, "tooltip": true, - "hwmon-path": ["/sys/class/hwmon/hwmon6/temp1_input", "/sys/class/thermal/thermal_zone0/temp"], + "hwmon-path": ["/sys/class/hwmon/hwmon1/temp1_input", "/sys/class/thermal/thermal_zone0/temp"], //"thermal-zone": 0, "critical-threshold": 80, "format-critical": "{icon}\n{temperatureC}°C", @@ -718,4 +718,4 @@ } -
\ No newline at end of file + |
