File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 3
3
![ Current Weather popup] ( ./popup.png )
4
4
5
5
The widget consists of one section:
6
+
6
7
- current weather, including humidity, wind speed, UV index
7
8
8
9
## Customization
@@ -23,12 +24,17 @@ following config parameters:
23
24
| show_hourly_forecast | false | Show hourly forecast section |
24
25
| timeout | 120 | How often in seconds the widget refreshes |
25
26
26
- ### Icons:
27
+ In [ #461 ] ( https://github.com/streetturtle/awesome-wm-widgets/issues/461 ) it was
28
+ reported that some machines replace the dot with a comma in coordinates. If
29
+ this happens to you, wrap the numbers in quotation marks, e.g.
30
+ ` {"46.204400", "6.143200"} ` .
31
+
32
+ ### Icons
27
33
28
34
The widget comes with two predefined icon packs:
29
35
30
- - [ weather-underground-icons] ( https://github.com/manifestinteractive/weather-underground-icons )
31
- - [ VitalyGorbachev] ( https://www.flaticon.com/authors/vitaly-gorbachev )
36
+ - [ weather-underground-icons] ( https://github.com/manifestinteractive/weather-underground-icons )
37
+ - [ VitalyGorbachev] ( https://www.flaticon.com/authors/vitaly-gorbachev )
32
38
33
39
To add your custom icons, create a folder with the pack name under ` /icons ` and
34
40
use the folder name in widget's config. There should be 18 icons, preferably
You can’t perform that action at this time.
0 commit comments