|
|
@ -240,6 +240,8 @@ WeatherIcon::WeatherIcon( int condition, bool night, unsigned int strength )
|
|
|
|
|
|
|
|
|
|
|
|
fallback << "weather-snow-scattered"; // xdg, kweather
|
|
|
|
fallback << "weather-snow-scattered"; // xdg, kweather
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fallback << "weather-snow"; // workaround for some themes
|
|
|
|
|
|
|
|
|
|
|
|
break;
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
case 2:
|
|
|
|
case 2:
|
|
|
@ -266,6 +268,8 @@ WeatherIcon::WeatherIcon( int condition, bool night, unsigned int strength )
|
|
|
|
|
|
|
|
|
|
|
|
fallback << "weather-snow-scattered"; // xdg, kweather
|
|
|
|
fallback << "weather-snow-scattered"; // xdg, kweather
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fallback << "weather-snow"; // workaround for some themes
|
|
|
|
|
|
|
|
|
|
|
|
break;
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -292,6 +296,8 @@ WeatherIcon::WeatherIcon( int condition, bool night, unsigned int strength )
|
|
|
|
{
|
|
|
|
{
|
|
|
|
fallback << "weather-snow-scattered"; // xdg, kweather
|
|
|
|
fallback << "weather-snow-scattered"; // xdg, kweather
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fallback << "weather-snow"; // workaround for some themes
|
|
|
|
|
|
|
|
|
|
|
|
break;
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|