summaryrefslogtreecommitdiff
path: root/config/BarConfig.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-25 16:14:24 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-25 16:14:24 +1000
commitd191ac44b566f452757289b59704b64ad4dc10bb (patch)
treed6f23f2394fab47c84ab5999ce60011ece661c2b /config/BarConfig.qml
parentreadme: update example config (#693) (diff)
downloadcaelestia-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.qml1
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: []
}