waybar: fmt temperature section
This commit is contained in:
parent
33ef25d385
commit
dc3b40850f
@ -106,11 +106,12 @@
|
||||
"tooltip": false
|
||||
},
|
||||
"temperature": {
|
||||
"format": "<span foreground='#929292'></span>{temperatureC}°C",
|
||||
"thermal-zone": 2,
|
||||
"critical-threshold": 53,
|
||||
"format-critical": "<span foreground='#ff5c57'></span>{temperatureC}°C",
|
||||
"interval": 10
|
||||
"thermal-zone": 1,
|
||||
"hwmon-path": "/sys/class/hwmon/hwmon1/temp1_input",
|
||||
"critical-threshold": 80,
|
||||
"format-critical": "{icon}{temperatureC}°C",
|
||||
"format": "{icon}{temperatureC}°C",
|
||||
"format-icons": ["", ""]
|
||||
},
|
||||
"pulseaudio": {
|
||||
"format": "{icon}{volume}% {format_source}",
|
||||
|
Loading…
Reference in New Issue
Block a user