style: update default temperature style/config

This commit is contained in:
Alex
2019-03-13 22:39:39 +01:00
parent c820ed3495
commit 7d6079bb06
2 changed files with 19 additions and 11 deletions

View File

@ -48,9 +48,9 @@
"format": "{}% "
},
"temperature": {
// "thermal-zone": 2,
"thermal-zone": 2,
// "hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input",
// "critical-threshold": 80,
"critical-threshold": 80,
// "format-critical": "{temperatureC}°C ",
"format": "{temperatureC}°C "
},