From 6e25cba188f04dd7a3b9343e71f52165ad857a03 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 30 Aug 2025 22:53:46 +0200 Subject: ... --- accounts/gkleen@sif/shell/quickshell/Bar.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'accounts/gkleen@sif/shell/quickshell') diff --git a/accounts/gkleen@sif/shell/quickshell/Bar.qml b/accounts/gkleen@sif/shell/quickshell/Bar.qml index 09554a39..47f3a83c 100644 --- a/accounts/gkleen@sif/shell/quickshell/Bar.qml +++ b/accounts/gkleen@sif/shell/quickshell/Bar.qml @@ -98,10 +98,10 @@ PanelWindow { font.pointSize: 10 font.family: "Fira Sans" color: { - if (workspaceData.active_window_id === null) - return "#555"; if (workspaceData.is_active) return "#23fd00"; + if (workspaceData.active_window_id === null) + return "#555"; return "white"; } anchors.centerIn: parent -- cgit v1.2.3