Use scattered-showers-icon as first choice for rain with forecast.io.

multiprovider
None 10 years ago
parent 1817dd101c
commit cf23a393a5
  1. 2
      src/extension.js

@ -1140,7 +1140,7 @@ weather-storm.png = weather-storm-symbolic.svg
case 'wind':
return ['weather-storm'];
case 'rain':
return ['weather-showers'];
return ['weather-showers-scattered', 'weather-showers'];
case 'sleet':
case 'snow':
return ['weather-snow'];

Loading…
Cancel
Save