From a02d774b0a671c2c20d067f0b1b393ac4dfc6204 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 14 Aug 2025 17:18:24 +1000 Subject: config: add config for bar tray recolour & bg Closes #337 --- config/BarConfig.qml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config') 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 -- cgit v1.2.3-freya