summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@gmail.com>2021-03-05 20:27:44 -0500
committerstreetturtle <streetturtle@gmail.com>2021-03-05 20:27:44 -0500
commitb742346310002d5d618194412059ea0679254b82 (patch)
tree18e3e0deb85313105714b00b468a0378cbbefa73
parentac8b1dd43f6676661af9ef6877ad47007e1cacd1 (diff)
parentfb9c1d79d4896fdd1532da6997ad86b626b97631 (diff)
Merge branch 'master' of github.com:streetturtle/awesome-wm-widgets
-rw-r--r--weather-widget/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/weather-widget/README.md b/weather-widget/README.md
index e801cfb..91593c8 100644
--- a/weather-widget/README.md
+++ b/weather-widget/README.md
@@ -34,7 +34,7 @@ It is possible to customize widget by providing a table with all or some of the
| 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 |
-| icons_extension | `.svg` | File extension of icons in the pack |
+| icons_extension | `.png` | File extension of icons in the pack |
| timeout | 120 | How often in seconds the widget refreshes |
### Icons:
@@ -61,6 +61,7 @@ weather_curl_widget({
both_units_widget = true,
font_name = 'Carter One',
icons = 'VitalyGorbachev',
+ icons_extension = '.svg',
show_hourly_forecast = true,
show_daily_forecast = true,
}),
@@ -121,6 +122,7 @@ weather_curl_widget({
both_units_widget = true,
font_name = 'Carter One',
icons = 'VitalyGorbachev',
+ icons_extension = '.svg',
show_hourly_forecast = true,
show_daily_forecast = true,
}),