diff --git a/README.md b/README.md index cf615cf..e7b12b6 100644 --- a/README.md +++ b/README.md @@ -41,3 +41,17 @@ echo '{"weather":{"appid":"..."}}' > i3/i3status/settings.json ansible-playbook --ask-become-pass playbook.yml ``` +#### Configuration + +```bash +touch i3/i3status/settings.json +``` + +```json +{ + "weather": { + "appid": "your-openweathermap-api-key-here" + } +} +``` +