From d49a811d16770ae48e64d090ea15e301808d0671 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 7 Apr 2025 15:49:40 +1000 Subject: bar: show windows on each workspace --- src/config/defaults.ts | 1 + src/config/types.ts | 1 + 2 files changed, 2 insertions(+) (limited to 'src/config') 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 -- cgit v1.2.3-freya