diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2023-12-23 01:49:19 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-23 01:49:19 +0900 |
| commit | f7c7b3b3338381cf46c13b03abeaeea5e3562b70 (patch) | |
| tree | 22a37cd48733259e36bfc1c8437fa20dba60c1b1 | |
| parent | 637c8628edb123ebfcc8f6dc2a114ee35c38716d (diff) | |
Update 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 + |
