overview: xwayland indicator

This commit is contained in:
end-4
2025-04-24 09:37:08 +02:00
parent 3c38bb3a72
commit 6513ee82da
@@ -105,6 +105,15 @@ Rectangle { // Window
easing.type: Appearance.animation.elementDecel.type
}
}
IconImage {
id: xwaylandIndicator
visible: windowData?.xwayland
anchors.right: parent.right
anchors.bottom: parent.bottom
source: Quickshell.iconPath("xorg")
implicitSize: windowIcon.implicitSize * 0.35
}
}
StyledText {