readme: fix confusing config statement

Also show actual default weather location
This commit is contained in:
2 * r + 2 * t 2025-08-25 17:40:08 +10:00
parent 842249e05a
commit fd3b98db60

View file

@ -145,7 +145,8 @@ git pull
## Configuring ## 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] > [!NOTE]
> The example configuration only includes recommended configuration options. For more advanced customisation > 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": [{ "playerAliases": [{
"com.github.th_ch.youtube_music": "YT Music" "com.github.th_ch.youtube_music": "YT Music"
}], }],
"weatherLocation": "10,10", "weatherLocation": "",
"useFahrenheit": false, "useFahrenheit": false,
"useTwelveHourClock": false, "useTwelveHourClock": false,
"smartScheme": true "smartScheme": true