diff --git a/statusweather.cpp b/statusweather.cpp index f5a03e3..64f5d0e 100644 --- a/statusweather.cpp +++ b/statusweather.cpp @@ -139,7 +139,7 @@ void print_weather() { const std::lock_guard guard(mutex_weather); const std::string color{[] { - if (weather.temperature > 25.0) { + if (weather.temperature > 28.0) { return "#ff2200"; } if (weather.temperature < 0.0) {