diff options
author | zachir <zachir@librem.one> | 2023-10-19 08:23:38 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-10-19 08:23:38 -0500 |
commit | 3a984a9119cf431ec9eba7aafe5baf03376b379e (patch) | |
tree | 05c23648f9dcbef2cd603e63174099328c364032 /weather-widget | |
parent | 7090693bcf60efe23a0ce4531b02b6af93cafba8 (diff) |
Update documentation
Diffstat (limited to 'weather-widget')
-rw-r--r-- | weather-widget/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/weather-widget/README.md b/weather-widget/README.md index 3bf6228..23c82b8 100644 --- a/weather-widget/README.md +++ b/weather-widget/README.md @@ -29,11 +29,11 @@ It is possible to customize widget by providing a table with all or some of the | api_key | Required | Get it [here](https://openweathermap.org/appid) | | font_name | `beautiful.font:gsub("%s%d+$", "")` | **Name** of the font to use e.g. 'Play' | | both_units_widget | false | Show temperature in both units - '28°C (83°F) | -| units | metric | `metric` for celsius, `imperial` for fahrenheit | +| units | `metric` | `metric` for celsius, `imperial` for fahrenheit | | show_hourly_forecast | false | Show hourly forecase section | | time_format_12h |false | 12 or 24 hour format (13:00 - default or 1pm) | | show_daily_forecast | false | Show daily forecast section | -| icon_pack_name | weather-underground-icons | Name of the icon pack, could be `weather-underground-icon` or `VitalyGorbachev` or create your own, more details below | +| icon_pack_name | `weather-underground-icons` | Name of the icon pack, could be `weather-underground-icon` or `VitalyGorbachev` or create your own, more details below | | icons_extension | `.png` | File extension of icons in the pack | | timeout | 120 | How often in seconds the widget refreshes | |