From e8f356f5ac9a808b84b1ced8696db9e5e014cd11 Mon Sep 17 00:00:00 2001 From: LemmyCook Date: Tue, 9 Sep 2025 07:17:50 -0400 Subject: [PATCH] ActiveWindow+MediaMini: Shifted one color each: mPrimary, mSecondary --- Modules/Bar/Widgets/ActiveWindow.qml | 2 +- Modules/Bar/Widgets/MediaMini.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Modules/Bar/Widgets/ActiveWindow.qml b/Modules/Bar/Widgets/ActiveWindow.qml index 8fb5961..7ce8e3f 100644 --- a/Modules/Bar/Widgets/ActiveWindow.qml +++ b/Modules/Bar/Widgets/ActiveWindow.qml @@ -123,7 +123,7 @@ RowLayout { font.weight: Style.fontWeightMedium elide: mouseArea.containsMouse ? Text.ElideNone : Text.ElideRight verticalAlignment: Text.AlignVCenter - color: Color.mSecondary + color: Color.mPrimary clip: true Behavior on Layout.preferredWidth { diff --git a/Modules/Bar/Widgets/MediaMini.qml b/Modules/Bar/Widgets/MediaMini.qml index 28badc6..dafa9a6 100644 --- a/Modules/Bar/Widgets/MediaMini.qml +++ b/Modules/Bar/Widgets/MediaMini.qml @@ -179,7 +179,7 @@ RowLayout { font.weight: Style.fontWeightMedium elide: Text.ElideRight verticalAlignment: Text.AlignVCenter - color: Color.mTertiary + color: Color.mSecondary Behavior on Layout.preferredWidth { NumberAnimation {