diff options
Diffstat (limited to 'src/config/types.ts')
| -rw-r--r-- | src/config/types.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config/types.ts b/src/config/types.ts index 226b2dd..0a30145 100644 --- a/src/config/types.ts +++ b/src/config/types.ts @@ -34,6 +34,9 @@ export default { "bar.layout.centerbox.end": ARR(barModules), "bar.layout.flowbox": ARR(barModules), "bar.modules.workspaces.shown": NUM, + "bar.modules.workspaces.showLabels": BOOL, + "bar.modules.workspaces.labels": ARR(STR), + "bar.modules.workspaces.xalign": NUM, "bar.modules.dateTime.format": STR, "bar.modules.dateTime.detailedFormat": STR, // Launcher |