Browse Source

waybar module - defaulted to hwmon1 for temperature from hwmon 6

pull/273/head
JaKooLit 2 years ago
parent
commit
1e6be0acfc
  1. 4
      config/waybar/modules

4
config/waybar/modules

@ -413,7 +413,7 @@
"interval": 10,
"tooltip": true,
"hwmon-path": [
"/sys/class/hwmon/hwmon6/temp1_input",
"/sys/class/hwmon/hwmon1/temp1_input",
"/sys/class/thermal/thermal_zone0/temp"
],
//"thermal-zone": 0,
@ -685,7 +685,7 @@
"interval": 10,
"tooltip": true,
"hwmon-path": [
"/sys/class/hwmon/hwmon6/temp1_input",
"/sys/class/hwmon/hwmon1/temp1_input",
"/sys/class/thermal/thermal_zone0/temp"
],
//"thermal-zone": 0,

Loading…
Cancel
Save