diff options
Diffstat (limited to 'config/waybar/modules')
| -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 4c58e3ca..31011cd3 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -361,7 +361,7 @@ "temperature": { "interval": 10, "tooltip": false, - "hwmon-path": "/sys/class/hwmon/hwmon1/temp1_input", + "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}", @@ -595,7 +595,7 @@ "temperature#vertical": { "interval": 10, "tooltip": true, - "hwmon-path": "/sys/class/hwmon/hwmon1/temp1_input", + "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", |
