mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
overview: xwayland indicator
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user