From 5b81104ffa22465e8f97a4d625e1a151c5d50c2f Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 9 Sep 2025 21:02:24 +1000 Subject: bar/tray: add icon subs Usage: array of { id, image | icon } --- config/BarConfig.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'config') diff --git a/config/BarConfig.qml b/config/BarConfig.qml index 65236bd..4815259 100644 --- a/config/BarConfig.qml +++ b/config/BarConfig.qml @@ -77,6 +77,7 @@ JsonObject { component Tray: JsonObject { property bool background: false property bool recolour: false + property list iconSubs: [] } component Status: JsonObject { -- cgit v1.2.3-freya