From b68f0bae14227a4d65303654fef4801c76f57ac0 Mon Sep 17 00:00:00 2001 From: Ezekiel Gonzales <141341590+notsoeazy@users.noreply.github.com> Date: Sun, 15 Mar 2026 15:55:55 +0800 Subject: bar/activewindow: add compact option (#1201) Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> --- config/BarConfig.qml | 1 + config/Config.qml | 4 ++++ 2 files changed, 5 insertions(+) (limited to 'config') 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, -- cgit v1.2.3-freya