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": {
"format": " {temperatureC}°",
"states": {
"critical": 90,
"warning": 80,
"regular": 70
}
"critical-threshold": 80
},
"mpris": {
"interval": 1,

View File

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