aboutsummaryrefslogtreecommitdiffstats
path: root/config/waybar/modules
diff options
context:
space:
mode:
authorJaKooLit <jimmielovejay@gmail.com>2023-11-21 09:35:18 +0900
committerJaKooLit <jimmielovejay@gmail.com>2023-11-21 09:35:18 +0900
commit0d3597ff12dab04250bc8443ef9ae5b515ee5b17 (patch)
tree9cf4b5bdd595ac4bc0eb9088dfc7c5bd0531f935 /config/waybar/modules
parent9c3c8eb04dcf846a54bc451424dfc8800f918f1d (diff)
hotfix for waybar styles not showing audio slider
Diffstat (limited to 'config/waybar/modules')
-rw-r--r--config/waybar/modules4
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",
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage