summaryrefslogtreecommitdiff
path: root/weather-widget/README.md
blob: 7573cff0b3ea0cfd0cbc68c23619aa92fc08321b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Weather widget

![Weather Widget](./weather-widget.png)

Note that widget uses the Arc icon theme, so it should be [installed](https://github.com/horst3180/arc-icon-theme#installation) first under **/usr/share/icons/Arc/** folder.

## Installation

 - install lua socket
```bash
$ sudo apt-get install lua-socket
```

 - download json parser for lua: https://github.com/rxi/json.lua
 - get Open Weather Map app id here: https://openweathermap.org/appid

You can read how it works in more details [here](http://pavelmakhov.com/2017/02/weather-widget-for-awesome-wm)