summaryrefslogtreecommitdiff
path: root/config
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
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')
-rw-r--r--config/BarConfig.qml1
-rw-r--r--config/Config.qml4
2 files changed, 5 insertions, 0 deletions
diff --git a/config/BarConfig.qml b/config/BarConfig.qml
index 62d6b17..6254d94 100644
--- a/config/BarConfig.qml
+++ b/config/BarConfig.qml
@@ -82,6 +82,7 @@ JsonObject {
}
component ActiveWindow: JsonObject {
+ property bool compact: false
property bool inverted: false
}
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,