summaryrefslogtreecommitdiff
path: root/config/Config.qml
diff options
context:
space:
mode:
authorEzekiel Gonzales <141341590+notsoeazy@users.noreply.github.com>2026-03-15 15:55:55 +0800
committerGitHub <noreply@github.com>2026-03-15 18:55:55 +1100
commitb68f0bae14227a4d65303654fef4801c76f57ac0 (patch)
tree51ccf89eb184f271c0d243d6a6e077969b68736b /config/Config.qml
parentbar/osicon: fix blurriness (#1271) (diff)
downloadcaelestia-shell-b68f0bae14227a4d65303654fef4801c76f57ac0.tar.gz
caelestia-shell-b68f0bae14227a4d65303654fef4801c76f57ac0.tar.bz2
caelestia-shell-b68f0bae14227a4d65303654fef4801c76f57ac0.zip
bar/activewindow: add compact option (#1201)
Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
Diffstat (limited to 'config/Config.qml')
-rw-r--r--config/Config.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/Config.qml b/config/Config.qml
index 07530fc..2a261e7 100644
--- a/config/Config.qml
+++ b/config/Config.qml
@@ -178,6 +178,10 @@ Singleton {
capitalisation: bar.workspaces.capitalisation,
specialWorkspaceIcons: bar.workspaces.specialWorkspaceIcons
},
+ activeWindow: {
+ compact: bar.activeWindow.compact,
+ inverted: bar.activeWindow.inverted
+ },
tray: {
background: bar.tray.background,
recolour: bar.tray.recolour,