From fd3b98db60fbf07f14d2f46a42cef70228c6ac8a Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 25 Aug 2025 17:40:08 +1000 Subject: readme: fix confusing config statement Also show actual default weather location --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e67883..09a20ad 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,8 @@ git pull ## Configuring -All configuration options are in `~/.config/caelestia/shell.json`. +All configuration options should be put in `~/.config/caelestia/shell.json`. This file is *not* created by +default, you must create it manually. > [!NOTE] > The example configuration only includes recommended configuration options. For more advanced customisation @@ -320,7 +321,7 @@ All configuration options are in `~/.config/caelestia/shell.json`. "playerAliases": [{ "com.github.th_ch.youtube_music": "YT Music" }], - "weatherLocation": "10,10", + "weatherLocation": "", "useFahrenheit": false, "useTwelveHourClock": false, "smartScheme": true -- cgit v1.2.3-freya