I3 to Sway #1
1 changed files with 4 additions and 10 deletions
|
@ -156,7 +156,6 @@
|
|||
"cpu",
|
||||
"memory",
|
||||
"temperature#1",
|
||||
"temperature#2",
|
||||
"temperature#3",
|
||||
"battery",
|
||||
"backlight",
|
||||
|
@ -215,19 +214,14 @@
|
|||
"tooltip": false
|
||||
},
|
||||
"temperature#1": {
|
||||
"thermal-zone": 6,
|
||||
"hwmon-path": "/sys/class/hwmon/hwmon6/temp1_input",
|
||||
"thermal-zone": 1,
|
||||
"hwmon-path": "/sys/class/hwmon/hwmon1/temp1_input",
|
||||
"format": " {temperatureC}°C"
|
||||
},
|
||||
"temperature#3": {
|
||||
"thermal-zone": 7,
|
||||
"hwmon-path": "/sys/class/hwmon/hwmon7/temp1_input",
|
||||
"format": "{temperatureC}°C"
|
||||
},
|
||||
"temperature#2": {
|
||||
"thermal-zone": 1,
|
||||
"hwmon-path": "/sys/class/hwmon/hwmon1/temp1_input",
|
||||
"format": ""
|
||||
"hwmon-path": "/sys/class/hwmon/hwmon8/temp1_input",
|
||||
"format": "{temperatureC}°C"
|
||||
},
|
||||
"backlight": {
|
||||
"device": "intel_backlight",
|
||||
|
|
Loading…
Reference in a new issue