From d191ac44b566f452757289b59704b64ad4dc10bb Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 25 Sep 2025 16:14:24 +1000 Subject: bar: add compact tray option Closes #659 --- config/BarConfig.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'config') diff --git a/config/BarConfig.qml b/config/BarConfig.qml index bbfc20b..0067bce 100644 --- a/config/BarConfig.qml +++ b/config/BarConfig.qml @@ -73,6 +73,7 @@ JsonObject { component Tray: JsonObject { property bool background: false property bool recolour: false + property bool compact: false property list iconSubs: [] } -- cgit v1.2.3-freya