I3 to Sway #1
1 changed files with 4 additions and 10 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue