diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-09 21:02:24 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-09 21:02:24 +1000 |
| commit | 5b81104ffa22465e8f97a4d625e1a151c5d50c2f (patch) | |
| tree | afa1047b6d811a05acef112877ae43a9a0025760 /config/BarConfig.qml | |
| parent | plugin/service: remove zero ref warning (diff) | |
| download | caelestia-shell-5b81104ffa22465e8f97a4d625e1a151c5d50c2f.tar.gz caelestia-shell-5b81104ffa22465e8f97a4d625e1a151c5d50c2f.tar.bz2 caelestia-shell-5b81104ffa22465e8f97a4d625e1a151c5d50c2f.zip | |
bar/tray: add icon subs
Usage: array of { id, image | icon }
Diffstat (limited to 'config/BarConfig.qml')
| -rw-r--r-- | config/BarConfig.qml | 1 |
1 files changed, 1 insertions, 0 deletions
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<var> iconSubs: [] } component Status: JsonObject { |