diff --git a/.config/quickshell/modules/overview/OverviewWindow.qml b/.config/quickshell/modules/overview/OverviewWindow.qml index cbb00ec68..da65237e6 100644 --- a/.config/quickshell/modules/overview/OverviewWindow.qml +++ b/.config/quickshell/modules/overview/OverviewWindow.qml @@ -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 {