diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-01 19:53:28 +1100 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-01 19:53:28 +1100 |
| commit | 27b12681f61188d458560480e74d377c141fff52 (patch) | |
| tree | b10ecf5f0f8565322dae651ee7845801377385ef /src/config/defaults.ts | |
| parent | calendar: cache calendars (diff) | |
| download | caelestia-shell-27b12681f61188d458560480e74d377c141fff52.tar.gz caelestia-shell-27b12681f61188d458560480e74d377c141fff52.tar.bz2 caelestia-shell-27b12681f61188d458560480e74d377c141fff52.zip | |
feat: toggle borders option
Diffstat (limited to 'src/config/defaults.ts')
| -rw-r--r-- | src/config/defaults.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/defaults.ts b/src/config/defaults.ts index e933050..e8e67ac 100644 --- a/src/config/defaults.ts +++ b/src/config/defaults.ts @@ -3,6 +3,7 @@ import { Astal } from "astal/gtk3"; export default { style: { transparency: "normal", // One of "off", "normal", "high" + borders: true, vibrant: false, // Extra saturation }, // Modules |