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