statusweather: raise maximum comfortable temperature to 28
This commit is contained in:
parent
c9c99cf37c
commit
233a7dd7e8
@ -139,7 +139,7 @@ void print_weather() {
|
||||
|
||||
const std::lock_guard<std::mutex> guard(mutex_weather);
|
||||
const std::string color{[] {
|
||||
if (weather.temperature > 25.0) {
|
||||
if (weather.temperature > 28.0) {
|
||||
return "#ff2200";
|
||||
}
|
||||
if (weather.temperature < 0.0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user