From e16a918db744c538fc69a3a463609780f9b0ea89 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 cf33fd2..c9c9f1f 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