From 6513ee82da760d5c5171e733d1ae5b0473faf327 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Thu, 24 Apr 2025 09:37:08 +0200 Subject: [PATCH] overview: xwayland indicator --- .config/quickshell/modules/overview/OverviewWindow.qml | 9 +++++++++ 1 file changed, 9 insertions(+) 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 {