diff options
| author | Ezekiel Gonzales <141341590+notsoeazy@users.noreply.github.com> | 2026-03-15 15:55:55 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-15 18:55:55 +1100 |
| commit | b68f0bae14227a4d65303654fef4801c76f57ac0 (patch) | |
| tree | 51ccf89eb184f271c0d243d6a6e077969b68736b /config/Config.qml | |
| parent | bar/osicon: fix blurriness (#1271) (diff) | |
| download | caelestia-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.qml | 4 |
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, |