diff options
Diffstat (limited to 'config/BarConfig.qml')
| -rw-r--r-- | config/BarConfig.qml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |