summaryrefslogtreecommitdiff
path: root/src/config
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-04-07 15:49:40 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-04-07 15:49:40 +1000
commitd49a811d16770ae48e64d090ea15e301808d0671 (patch)
treea0c7a07fff31226312f7ca7d8faca184f9edd5d9 /src/config
parentconfig: handle config deleted (diff)
downloadcaelestia-shell-d49a811d16770ae48e64d090ea15e301808d0671.tar.gz
caelestia-shell-d49a811d16770ae48e64d090ea15e301808d0671.tar.bz2
caelestia-shell-d49a811d16770ae48e64d090ea15e301808d0671.zip
bar: show windows on each workspace
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 7532d7f..f256265 100644
--- a/src/config/defaults.ts
+++ b/src/config/defaults.ts
@@ -49,6 +49,7 @@ export default {
showLabels: false,
labels: ["󰮯", "󰮯", "󰮯", "󰮯", "󰮯"],
xalign: -1,
+ showWindows: false,
},
dateTime: {
format: "%d/%m/%y %R",
diff --git a/src/config/types.ts b/src/config/types.ts
index 0a30145..eea8738 100644
--- a/src/config/types.ts
+++ b/src/config/types.ts
@@ -37,6 +37,7 @@ export default {
"bar.modules.workspaces.showLabels": BOOL,
"bar.modules.workspaces.labels": ARR(STR),
"bar.modules.workspaces.xalign": NUM,
+ "bar.modules.workspaces.showWindows": BOOL,
"bar.modules.dateTime.format": STR,
"bar.modules.dateTime.detailedFormat": STR,
// Launcher