diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/BarConfig.qml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/BarConfig.qml b/config/BarConfig.qml index fe0dab3..e5c0711 100644 --- a/config/BarConfig.qml +++ b/config/BarConfig.qml @@ -26,7 +26,10 @@ Singleton { readonly property int shown: 10 readonly property string style: "" readonly property bool occupiedBg: true - readonly property string label: " " + readonly property bool showWindows: true + readonly property bool activeTrail: !showWindows // Doesn't work well with variable sized workspaces + readonly property string label: " " + readonly property string occupiedLabel: " " readonly property string activeLabel: " " } |