From dddec675d23355f892c6426ce198682ad7ef1f76 Mon Sep 17 00:00:00 2001 From: Kiana Sheibani Date: Thu, 29 Jan 2026 19:58:51 -0500 Subject: [PATCH] tweak: separate window title and class update transitions --- modules/bar/popouts/ActiveWindow.qml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/bar/popouts/ActiveWindow.qml b/modules/bar/popouts/ActiveWindow.qml index 673e52f..7c1b25c 100644 --- a/modules/bar/popouts/ActiveWindow.qml +++ b/modules/bar/popouts/ActiveWindow.qml @@ -148,7 +148,7 @@ Item { Behavior on text { Anim { - target: names + target: title property: "opacity" from: 0 to: 1 @@ -157,6 +157,7 @@ Item { } CustomText { + id: cls Layout.fillWidth: true text: toplevel?.lastIpcObject.class ?? "" font.pointSize: Config.font.size.small @@ -165,7 +166,7 @@ Item { Behavior on text { Anim { - target: names + target: cls property: "opacity" from: 0 to: 1