diff options
author | streetturtle <streetturtle@users.noreply.github.com> | 2021-06-14 22:20:57 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-14 22:20:57 -0400 |
commit | 2a02853947adc89c4c5a7086f60d7dce247076b0 (patch) | |
tree | 0d69c13f84c0e7bf6baffa69923f1bbfb5e2c921 | |
parent | ddb52a8e50bf77ffc6ec9f0a6eb2283d5f9cf308 (diff) |
[weather] add version requirement
-rw-r--r-- | weather-widget/README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/weather-widget/README.md b/weather-widget/README.md index 91593c8..b21fc1c 100644 --- a/weather-widget/README.md +++ b/weather-widget/README.md @@ -8,7 +8,7 @@ </a> </p> -The widget showing current, hourly and daily weather forecast. +The widget showing current, hourly and daily weather forecast: <p align="center"> <img src="https://github.com/streetturtle/awesome-wm-widgets/raw/master/weather-widget/weather-widget.png" alt="screenshot" style="max-width:100%;"> @@ -19,6 +19,8 @@ The widget consists of three sections: - hourly forecast for the next 24 hours - daily forecast for the next five days +Note: this widget is compatible with Awesome v4.3+, as it is using [awful.popup](https://awesomewm.org/doc/api/classes/awful.popup.html) + ## Customization It is possible to customize widget by providing a table with all or some of the following config parameters: |