diff options
author | streetturtle <streetturtle@users.noreply.github.com> | 2019-01-29 15:47:27 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-29 15:47:27 -0500 |
commit | 94fdab6292b033069b9101ea7a9c0ba8e4e773df (patch) | |
tree | 263fe7911dc944568fdf679c546e2f1726e78b17 | |
parent | d198207ee2154258c4d24db4ed7dd0f66f711ce4 (diff) |
Update README.md
-rw-r--r-- | weather-widget/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weather-widget/README.md b/weather-widget/README.md index 8ca7cee..205007f 100644 --- a/weather-widget/README.md +++ b/weather-widget/README.md @@ -24,7 +24,7 @@ Note that widget uses the Arc icon theme, so it should be [installed](https://gi git clone https://github.com/streetturtle/awesome-wm-widgets.git ~/.config/awesome/ ``` -1. Get Open Weather Map app id here: [openweathermap.org/appid](https://openweathermap.org/appid) and place it in **~/.config/awesome/awesome-wm-widgets/secrets.lua**, or directly in the widget. Don't forget to set also your city. +1. Get Open Weather Map app id here: [openweathermap.org/appid](https://openweathermap.org/appid) and place it in **~/.config/awesome/awesome-wm-widgets/secrets.lua**, or directly in the widget. Don't forget to set also your city and units - C/F. 1. Require weather widget at the beginning of **rc.lua**: |