Update weather-widget.md
This commit is contained in:
parent
3030a26eb2
commit
ef4b601d45
|
@ -21,14 +21,14 @@ Note that widget uses the Arc icon theme, so it should be [installed](https://gi
|
||||||
wget -P ~/.config/awesome/ https://raw.githubusercontent.com/rxi/json.lua/master/json.lua
|
wget -P ~/.config/awesome/ https://raw.githubusercontent.com/rxi/json.lua/master/json.lua
|
||||||
```
|
```
|
||||||
|
|
||||||
1. Get Open Weather Map app id here: [openweathermap.org/appid](https://openweathermap.org/appid) and place it in the widget's header.
|
|
||||||
|
|
||||||
1. Clone this repo under **~/.config/awesome/**:
|
1. Clone this repo under **~/.config/awesome/**:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/streetturtle/awesome-wm-widgets.git ~/.config/awesome/
|
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. Require weather widget at the beginning of **rc.lua**:
|
1. Require weather widget at the beginning of **rc.lua**:
|
||||||
|
|
||||||
```lua
|
```lua
|
||||||
|
|
Loading…
Reference in New Issue