Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: describe workaround for coordinates #462

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions weather-api-widget/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
![Current Weather popup](./popup.png)

The widget consists of one section:

- current weather, including humidity, wind speed, UV index

## Customization
Expand All @@ -23,12 +24,17 @@ following config parameters:
| show_hourly_forecast | false | Show hourly forecast section |
| timeout | 120 | How often in seconds the widget refreshes |

### Icons:
In [#461](https://github.com/streetturtle/awesome-wm-widgets/issues/461) it was
reported that some machines replace the dot with a comma in coordinates. If
this happens to you, wrap the numbers in quotation marks, e.g.
`{"46.204400", "6.143200"}`.

### Icons

The widget comes with two predefined icon packs:

- [weather-underground-icons](https://github.com/manifestinteractive/weather-underground-icons)
- [VitalyGorbachev](https://www.flaticon.com/authors/vitaly-gorbachev)
- [weather-underground-icons](https://github.com/manifestinteractive/weather-underground-icons)
- [VitalyGorbachev](https://www.flaticon.com/authors/vitaly-gorbachev)

To add your custom icons, create a folder with the pack name under `/icons` and
use the folder name in widget's config. There should be 18 icons, preferably
Expand Down
Loading