Updated temperature list for Thinkpad

This commit is contained in:
dbroqua 2021-02-28 17:53:27 +01:00
parent a1807e5e0a
commit 66d57bf7f2
1 changed files with 4 additions and 10 deletions

View File

@ -156,7 +156,6 @@
"cpu", "cpu",
"memory", "memory",
"temperature#1", "temperature#1",
"temperature#2",
"temperature#3", "temperature#3",
"battery", "battery",
"backlight", "backlight",
@ -215,19 +214,14 @@
"tooltip": false "tooltip": false
}, },
"temperature#1": { "temperature#1": {
"thermal-zone": 6, "thermal-zone": 1,
"hwmon-path": "/sys/class/hwmon/hwmon6/temp1_input", "hwmon-path": "/sys/class/hwmon/hwmon1/temp1_input",
"format": " {temperatureC}°C" "format": " {temperatureC}°C"
}, },
"temperature#3": { "temperature#3": {
"thermal-zone": 7,
"hwmon-path": "/sys/class/hwmon/hwmon7/temp1_input",
"format": "{temperatureC}°C"
},
"temperature#2": {
"thermal-zone": 1, "thermal-zone": 1,
"hwmon-path": "/sys/class/hwmon/hwmon1/temp1_input", "hwmon-path": "/sys/class/hwmon/hwmon8/temp1_input",
"format": "" "format": "{temperatureC}°C"
}, },
"backlight": { "backlight": {
"device": "intel_backlight", "device": "intel_backlight",