diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-21 09:35:18 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-21 09:35:18 +0900 |
| commit | 0d3597ff12dab04250bc8443ef9ae5b515ee5b17 (patch) | |
| tree | 9cf4b5bdd595ac4bc0eb9088dfc7c5bd0531f935 /config/waybar/modules | |
| parent | 9c3c8eb04dcf846a54bc451424dfc8800f918f1d (diff) | |
hotfix for waybar styles not showing audio slider
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", |
