summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoramane <61896496+soramanew@users.noreply.github.com>2025-07-18 09:43:01 +1000
committerSoramane <61896496+soramanew@users.noreply.github.com>2025-07-18 09:43:01 +1000
commit4320904a39bbfd72d36f220137c873e034981701 (patch)
tree4eacc599fd98f2ed734b423bc784fd4f2d7a2921
parentnix: fix flake input (diff)
downloadcaelestia-shell-4320904a39bbfd72d36f220137c873e034981701.tar.gz
caelestia-shell-4320904a39bbfd72d36f220137c873e034981701.tar.bz2
caelestia-shell-4320904a39bbfd72d36f220137c873e034981701.zip
readme: update config example
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 8ea2927..9520eb1 100644
--- a/README.md
+++ b/README.md
@@ -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
}