diff options
Diffstat (limited to 'config/BarConfig.qml')
| -rw-r--r-- | config/BarConfig.qml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/config/BarConfig.qml b/config/BarConfig.qml index bbe061b..4aaff8c 100644 --- a/config/BarConfig.qml +++ b/config/BarConfig.qml @@ -50,15 +50,14 @@ JsonObject { component Workspaces: JsonObject { property int shown: 5 - property bool rounded: true property bool activeIndicator: true property bool occupiedBg: false property bool showWindows: true property bool activeTrail: false property bool perMonitorWorkspaces: true property string label: " " - property string occupiedLabel: " " - property string activeLabel: " " + property string occupiedLabel: "" + property string activeLabel: "" } component Tray: JsonObject { |