summaryrefslogtreecommitdiff
path: root/src/config
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-03-31 16:42:14 +1100
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-03-31 16:42:14 +1100
commit1081adfe5e1b7a07a71302cc83436d685cd1a84a (patch)
tree1cca27d7d147266c0a6b8eeb2a8cd05ac905f6af /src/config
parentschemes: fix updating taking ages (diff)
downloadcaelestia-shell-1081adfe5e1b7a07a71302cc83436d685cd1a84a.tar.gz
caelestia-shell-1081adfe5e1b7a07a71302cc83436d685cd1a84a.tar.bz2
caelestia-shell-1081adfe5e1b7a07a71302cc83436d685cd1a84a.zip
bar: add panel style
Diffstat (limited to 'src/config')
-rw-r--r--src/config/defaults.ts1
-rw-r--r--src/config/types.ts1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/config/defaults.ts b/src/config/defaults.ts
index d699a45..8a3927a 100644
--- a/src/config/defaults.ts
+++ b/src/config/defaults.ts
@@ -8,6 +8,7 @@ export default {
// Modules
bar: {
vertical: true,
+ style: "gaps",
modules: {
osIcon: {
enabled: true,
diff --git a/src/config/types.ts b/src/config/types.ts
index aa0d921..51eb7cc 100644
--- a/src/config/types.ts
+++ b/src/config/types.ts
@@ -9,6 +9,7 @@ export default {
"style.vibrant": BOOL,
// Bar
"bar.vertical": BOOL,
+ "bar.style": ["gaps", "panel", "embedded"],
"bar.modules.osIcon.enabled": BOOL,
"bar.modules.activeWindow.enabled": BOOL,
"bar.modules.mediaPlaying.enabled": BOOL,