From 968f529503e5f18b80e34cef23768f13edb29320 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Mon, 10 Apr 2023 23:21:07 +0200 Subject: [PATCH] added a whole section on configuring the status bar --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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" + } +} +``` +