Fix incorrect settings for temperature module
This commit is contained in:
parent
9a8739057c
commit
202a370558
@ -100,11 +100,7 @@
|
||||
},
|
||||
"temperature": {
|
||||
"format": " {temperatureC}°",
|
||||
"states": {
|
||||
"critical": 90,
|
||||
"warning": 80,
|
||||
"regular": 70
|
||||
}
|
||||
"critical-threshold": 80
|
||||
},
|
||||
"mpris": {
|
||||
"interval": 1,
|
||||
|
@ -157,12 +157,6 @@ window#waybar {
|
||||
#temperature.critical {
|
||||
color: #fb4934;
|
||||
}
|
||||
#temperature.warning {
|
||||
color: #fabd2f;
|
||||
}
|
||||
#temperature.regular {
|
||||
color: #ebdbb2;
|
||||
}
|
||||
/* Custom modules */
|
||||
#custom-backup {
|
||||
color: #fb4934;
|
||||
|
Loading…
Reference in New Issue
Block a user