added a whole section on configuring the status bar

This commit is contained in:
aminnairi
2023-04-10 23:21:07 +02:00
parent faf6c0d721
commit 968f529503
+14
View File
@@ -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"
}
}
```