diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-25 16:14:24 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-25 16:14:24 +1000 |
| commit | d191ac44b566f452757289b59704b64ad4dc10bb (patch) | |
| tree | d6f23f2394fab47c84ab5999ce60011ece661c2b /config/BarConfig.qml | |
| parent | readme: update example config (#693) (diff) | |
| download | caelestia-shell-d191ac44b566f452757289b59704b64ad4dc10bb.tar.gz caelestia-shell-d191ac44b566f452757289b59704b64ad4dc10bb.tar.bz2 caelestia-shell-d191ac44b566f452757289b59704b64ad4dc10bb.zip | |
bar: add compact tray option
Closes #659
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 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<var> iconSubs: [] } |