From 582fd49a6970d3c0d511a5d1d017b64f4900b2ad Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 1 May 2025 20:01:43 +1000 Subject: bar: optional active ws indicator --- config/BarConfig.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'config') diff --git a/config/BarConfig.qml b/config/BarConfig.qml index 83186b6..f0899b4 100644 --- a/config/BarConfig.qml +++ b/config/BarConfig.qml @@ -28,6 +28,7 @@ Singleton { component Workspaces: QtObject { property int shown: root.vertical ? 5 : 10 property bool rounded: true + property bool activeIndicator: true property bool occupiedBg: false property bool showWindows: true property bool activeTrail: !showWindows // Doesn't work well with variable sized workspaces -- cgit v1.2.3-freya