readme: update config example
This commit is contained in:
parent
136f9ace33
commit
4320904a39
1 changed files with 5 additions and 3 deletions
|
|
@ -168,9 +168,7 @@ All configuration options are in `~/.config/caelestia/shell.json`.
|
||||||
},
|
},
|
||||||
"dashboard": {
|
"dashboard": {
|
||||||
"mediaUpdateInterval": 500,
|
"mediaUpdateInterval": 500,
|
||||||
"visualiserBars": 45,
|
"visualiserBars": 45
|
||||||
"weatherLocation": "10,10",
|
|
||||||
"useFahrenheit": false,
|
|
||||||
},
|
},
|
||||||
"launcher": {
|
"launcher": {
|
||||||
"actionPrefix": ">",
|
"actionPrefix": ">",
|
||||||
|
|
@ -197,6 +195,10 @@ All configuration options are in `~/.config/caelestia/shell.json`.
|
||||||
"sessionGif": "root:/assets/kurukuru.gif",
|
"sessionGif": "root:/assets/kurukuru.gif",
|
||||||
"wallpaperDir": "~/Pictures/Wallpapers"
|
"wallpaperDir": "~/Pictures/Wallpapers"
|
||||||
},
|
},
|
||||||
|
"services": {
|
||||||
|
"weatherLocation": "10,10",
|
||||||
|
"useFahrenheit": false
|
||||||
|
},
|
||||||
"session": {
|
"session": {
|
||||||
"dragThreshold": 30
|
"dragThreshold": 30
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue