readme: update for new options

This commit is contained in:
2 * r + 2 * t 2025-07-10 13:39:26 +10:00
parent 6222f969d4
commit 147564a002

View file

@ -147,6 +147,9 @@ All configuration options are in `~/.config/caelestia/shell.json`.
```json ```json
{ {
"bar": { "bar": {
"dragThreshold": 20,
"persistent": true,
"showOnHover": true,
"workspaces": { "workspaces": {
"activeIndicator": true, "activeIndicator": true,
"activeLabel": "󰮯 ", "activeLabel": "󰮯 ",
@ -171,6 +174,7 @@ All configuration options are in `~/.config/caelestia/shell.json`.
}, },
"launcher": { "launcher": {
"actionPrefix": ">", "actionPrefix": ">",
"dragThreshold": 50,
"enableDangerousActions": false, "enableDangerousActions": false,
"maxShown": 8, "maxShown": 8,
"maxWallpapers": 9 "maxWallpapers": 9