readme: update config example

This commit is contained in:
Soramane 2025-07-18 09:43:01 +10:00
parent 136f9ace33
commit 4320904a39

View file

@ -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
}