Browse Source

updated temperature module

pull/20/head
JaKooLit 2 years ago
parent
commit
2abc580968
  1. 8
      config/waybar/modules

8
config/waybar/modules

@ -332,8 +332,8 @@
"temperature": {
"interval": 10,
"tooltip": false,
//"hwmon-path": "/sys/class/hwmon/hwmon5/temp1_input",
"thermal-zone": 0,
"hwmon-path": "/sys/class/hwmon/hwmon1/temp1_input",
//"thermal-zone": 0,
"critical-threshold": 82,
"format-critical": "{temperatureC}°C {icon}",
"format": "{temperatureC}°C {icon}",
@ -557,8 +557,8 @@
"temperature#vertical": {
"interval": 10,
"tooltip": true,
//"hwmon-path": "/sys/class/hwmon/hwmon1/temp1_input",
"thermal-zone": 0,
"hwmon-path": "/sys/class/hwmon/hwmon1/temp1_input",
//"thermal-zone": 0,
"critical-threshold": 80,
"format-critical": "{icon}\n{temperatureC}°C",
"format": " {icon}",

Loading…
Cancel
Save