summaryrefslogtreecommitdiff
path: root/src/config/defaults.ts
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-04-15 15:22:31 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-04-15 15:22:31 +1000
commit45f97d8f94f67657421316f082ac1d4222012691 (patch)
tree5d791529fc2cd0e735882d704b1d0882a509f477 /src/config/defaults.ts
parentstyle: lighter backgrounds (diff)
downloadcaelestia-shell-45f97d8f94f67657421316f082ac1d4222012691.tar.gz
caelestia-shell-45f97d8f94f67657421316f082ac1d4222012691.tar.bz2
caelestia-shell-45f97d8f94f67657421316f082ac1d4222012691.zip
feat: add low transparency mode
Diffstat (limited to 'src/config/defaults.ts')
-rw-r--r--src/config/defaults.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/defaults.ts b/src/config/defaults.ts
index 21ba436..a5ebbbc 100644
--- a/src/config/defaults.ts
+++ b/src/config/defaults.ts
@@ -2,7 +2,7 @@ import { Astal } from "astal/gtk3";
export default {
style: {
- transparency: "normal", // One of "off", "normal", "high"
+ transparency: "normal", // One of "off", "low", "normal", "high"
borders: true,
vibrant: false, // Extra saturation
},