readme: fix confusing config statement
Also show actual default weather location
This commit is contained in:
parent
842249e05a
commit
fd3b98db60
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue