From 1a4cb7a87a6bccd0d9a2e769139cd86f5de53e8a Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 12 Jan 2026 12:47:22 -0500 Subject: refactor workspace functionality (real per monitor workspaces) --- config/BarConfig.qml | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'config/BarConfig.qml') diff --git a/config/BarConfig.qml b/config/BarConfig.qml index a0ce4be..00df1ea 100644 --- a/config/BarConfig.qml +++ b/config/BarConfig.qml @@ -66,18 +66,7 @@ JsonObject { } component Workspaces: JsonObject { - property int shown: 5 - property bool activeIndicator: true - property bool occupiedBg: false - property bool showWindows: true - property bool showWindowsOnSpecialWorkspaces: showWindows - property bool activeTrail: false property bool perMonitorWorkspaces: true - property string label: " " // if empty, will show workspace name's first letter - property string occupiedLabel: "󰮯" - property string activeLabel: "󰮯" - property string capitalisation: "preserve" // upper, lower, or preserve - relevant only if label is empty - property list specialWorkspaceIcons: [] } component ActiveWindow: JsonObject { -- cgit v1.2.3-freya