summaryrefslogtreecommitdiff
path: root/config.ts
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-03-23 15:45:39 +1100
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-03-23 15:45:39 +1100
commit7baceef03edbd950c9e16742500e386e7b423806 (patch)
tree315c01901db823a703ffbe293b771f7c91eef29f /config.ts
parentbar: more padding for horizontal (diff)
downloadcaelestia-shell-7baceef03edbd950c9e16742500e386e7b423806.tar.gz
caelestia-shell-7baceef03edbd950c9e16742500e386e7b423806.tar.bz2
caelestia-shell-7baceef03edbd950c9e16742500e386e7b423806.zip
config: add vibrant option
Adds extra vibrancy (i.e. extra saturation)
Diffstat (limited to 'config.ts')
-rw-r--r--config.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.ts b/config.ts
index 86f0f4e..308202e 100644
--- a/config.ts
+++ b/config.ts
@@ -48,6 +48,7 @@ export const initConfig = () => {
const DEFAULTS = {
style: {
transparency: "normal", // One of "off", "normal", "high"
+ vibrant: false, // Extra saturation
},
// Modules
bar: {