diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-25 20:13:55 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-25 20:13:55 +1000 |
| commit | 783057ab0d694de7f3d79e96851bcdcfe1965cbd (patch) | |
| tree | b70d2dc09e816ab6a4f3e6bf1b1fca148f258eed /README.md | |
| parent | readme: fix confusing config statement (diff) | |
| download | caelestia-shell-783057ab0d694de7f3d79e96851bcdcfe1965cbd.tar.gz caelestia-shell-783057ab0d694de7f3d79e96851bcdcfe1965cbd.tar.bz2 caelestia-shell-783057ab0d694de7f3d79e96851bcdcfe1965cbd.zip | |
background: add visualiser
Also dashboard.visualiserBars -> services.visualiserBars
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -198,7 +198,13 @@ default, you must create it manually. "desktopClock": { "enabled": false }, - "enabled": true + "enabled": true, + "visualiser": { + "enabled": true, + "autoHide": true, + "rounding": 1, + "spacing": 1 + } }, "bar": { "dragThreshold": 20, @@ -277,8 +283,7 @@ default, you must create it manually. "enabled": true, "dragThreshold": 50, "mediaUpdateInterval": 500, - "showOnHover": true, - "visualiserBars": 45 + "showOnHover": true }, "launcher": { "actionPrefix": ">", @@ -324,7 +329,8 @@ default, you must create it manually. "weatherLocation": "", "useFahrenheit": false, "useTwelveHourClock": false, - "smartScheme": true + "smartScheme": true, + "visualiserBars": 45 }, "session": { "dragThreshold": 30, |