diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/BarConfig.qml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/BarConfig.qml b/config/BarConfig.qml index 34819b1..daa2b34 100644 --- a/config/BarConfig.qml +++ b/config/BarConfig.qml @@ -7,6 +7,7 @@ JsonObject { property ScrollActions scrollActions: ScrollActions {} property Popouts popouts: Popouts {} property Workspaces workspaces: Workspaces {} + property ActiveWindow activeWindow: ActiveWindow {} property Tray tray: Tray {} property Status status: Status {} property Clock clock: Clock {} @@ -78,6 +79,10 @@ JsonObject { property list<var> specialWorkspaceIcons: [] } + component ActiveWindow: JsonObject { + property bool inverted: false + } + component Tray: JsonObject { property bool background: false property bool recolour: false |