From 0d3597ff12dab04250bc8443ef9ae5b515ee5b17 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Tue, 21 Nov 2023 09:35:18 +0900 Subject: hotfix for waybar styles not showing audio slider --- config/waybar/modules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/waybar/modules') 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", -- cgit v1.2.3