diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/BarConfig.qml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/BarConfig.qml b/config/BarConfig.qml index c685a9f..288368a 100644 --- a/config/BarConfig.qml +++ b/config/BarConfig.qml @@ -5,6 +5,7 @@ JsonObject { property bool showOnHover: true property int dragThreshold: 20 property Workspaces workspaces: Workspaces {} + property Tray tray: Tray {} property Status status: Status {} property Sizes sizes: Sizes {} @@ -60,6 +61,11 @@ JsonObject { property string activeLabel: " " } + component Tray: JsonObject { + property bool background: false + property bool recolour: false + } + component Status: JsonObject { property bool showAudio: false property bool showKbLayout: false |