diff --git a/modules/bar/popouts/ActiveWindow.qml b/modules/bar/popouts/ActiveWindow.qml index dd5f5d5..a8afc95 100644 --- a/modules/bar/popouts/ActiveWindow.qml +++ b/modules/bar/popouts/ActiveWindow.qml @@ -148,6 +148,7 @@ Item { Behavior on text { Anim { + target: title property: "opacity" from: 0 to: 1 @@ -156,6 +157,7 @@ Item { } CustomText { + id: cls Layout.fillWidth: true text: toplevel?.lastIpcObject.class ?? "" font.pointSize: Config.font.size.small @@ -164,6 +166,7 @@ Item { Behavior on text { Anim { + target: cls property: "opacity" from: 0 to: 1