From 4320904a39bbfd72d36f220137c873e034981701 Mon Sep 17 00:00:00 2001 From: Soramane <61896496+soramanew@users.noreply.github.com> Date: Fri, 18 Jul 2025 09:43:01 +1000 Subject: readme: update config example --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 8ea2927..9520eb1 100644 --- a/README.md +++ b/README.md @@ -168,9 +168,7 @@ All configuration options are in `~/.config/caelestia/shell.json`. }, "dashboard": { "mediaUpdateInterval": 500, - "visualiserBars": 45, - "weatherLocation": "10,10", - "useFahrenheit": false, + "visualiserBars": 45 }, "launcher": { "actionPrefix": ">", @@ -197,6 +195,10 @@ All configuration options are in `~/.config/caelestia/shell.json`. "sessionGif": "root:/assets/kurukuru.gif", "wallpaperDir": "~/Pictures/Wallpapers" }, + "services": { + "weatherLocation": "10,10", + "useFahrenheit": false + }, "session": { "dragThreshold": 30 } -- cgit v1.2.3-freya