diff --git a/kstars/ekos/scheduler/scheduler.cpp b/kstars/ekos/scheduler/scheduler.cpp --- a/kstars/ekos/scheduler/scheduler.cpp +++ b/kstars/ekos/scheduler/scheduler.cpp @@ -6866,7 +6866,7 @@ if (weatherStatus == IPS_OK) weatherLabel->setPixmap( - QIcon::fromTheme("security-high") + QIcon::fromTheme("security-low") .pixmap(QSize(32, 32))); else if (weatherStatus == IPS_BUSY) { @@ -6878,7 +6878,7 @@ else if (weatherStatus == IPS_ALERT) { weatherLabel->setPixmap( - QIcon::fromTheme("security-low") + QIcon::fromTheme("security-high") .pixmap(QSize(32, 32))); KNotification::event(QLatin1String("WeatherAlert"), i18n("Weather conditions are critical. Observatory shutdown is imminent"));