Browse Source

Update modules

pull/94/head
Ja.KooLit 2 years ago committed by GitHub
parent
commit
f7c7b3b333
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      config/waybar/modules

6
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 @@
}

Loading…
Cancel
Save