mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 15:42:14 +02:00
added a whole section on configuring the status bar
This commit is contained in:
@@ -41,3 +41,17 @@ echo '{"weather":{"appid":"..."}}' > i3/i3status/settings.json
|
|||||||
ansible-playbook --ask-become-pass playbook.yml
|
ansible-playbook --ask-become-pass playbook.yml
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Configuration
|
||||||
|
|
||||||
|
```bash
|
||||||
|
touch i3/i3status/settings.json
|
||||||
|
```
|
||||||
|
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"weather": {
|
||||||
|
"appid": "your-openweathermap-api-key-here"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user