1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 23:12:32 +01:00

changed waybar temp color

This commit is contained in:
eoli3n 2020-05-07 18:34:01 +02:00
parent 201b97e42f
commit a7f9120437

@ -85,7 +85,7 @@
"format-ethernet": "<span foreground='#929292'></span> {bandwidthDownOctets} <span foreground='#929292'></span> {bandwidthUpOctets}"
},
"temperature": {
"format": "<span foreground='#ff5c57'></span> {temperatureC}°C",
"format": "<span foreground='#929292'></span> {temperatureC}°C",
"thermal-zone": 1,
"critical-threshold": 60,
"format-critical": "<span foreground='#ff5c57'></span> {temperatureC}°C"