Fix incorrect settings for temperature module

This commit is contained in:
Salt 2024-07-23 03:49:20 -05:00
parent 9a8739057c
commit 202a370558
2 changed files with 1 additions and 11 deletions

View File

@ -100,11 +100,7 @@
}, },
"temperature": { "temperature": {
"format": " {temperatureC}°", "format": " {temperatureC}°",
"states": { "critical-threshold": 80
"critical": 90,
"warning": 80,
"regular": 70
}
}, },
"mpris": { "mpris": {
"interval": 1, "interval": 1,

View File

@ -157,12 +157,6 @@ window#waybar {
#temperature.critical { #temperature.critical {
color: #fb4934; color: #fb4934;
} }
#temperature.warning {
color: #fabd2f;
}
#temperature.regular {
color: #ebdbb2;
}
/* Custom modules */ /* Custom modules */
#custom-backup { #custom-backup {
color: #fb4934; color: #fb4934;