summaryrefslogtreecommitdiff
path: root/src/config
diff options
context:
space:
mode:
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,