forked from Shinonome/dots-hyprland
overview: remove show xwayland indicator option
we dont show an ugly icon now so it's not necessary
This commit is contained in:
@@ -115,7 +115,6 @@ Singleton {
|
|||||||
property real scale: 0.18 // Relative to screen size
|
property real scale: 0.18 // Relative to screen size
|
||||||
property real numOfRows: 2
|
property real numOfRows: 2
|
||||||
property real numOfCols: 5
|
property real numOfCols: 5
|
||||||
property bool showXwaylandIndicator: true
|
|
||||||
}
|
}
|
||||||
|
|
||||||
property QtObject resources: QtObject {
|
property QtObject resources: QtObject {
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ Item { // Window
|
|||||||
property var iconPath: Quickshell.iconPath(AppSearch.guessIcon(windowData?.class), "image-missing")
|
property var iconPath: Quickshell.iconPath(AppSearch.guessIcon(windowData?.class), "image-missing")
|
||||||
property bool compactMode: Appearance.font.pixelSize.smaller * 4 > targetWindowHeight || Appearance.font.pixelSize.smaller * 4 > targetWindowWidth
|
property bool compactMode: Appearance.font.pixelSize.smaller * 4 > targetWindowHeight || Appearance.font.pixelSize.smaller * 4 > targetWindowWidth
|
||||||
|
|
||||||
property bool indicateXWayland: (ConfigOptions.overview.showXwaylandIndicator && windowData?.xwayland) ?? false
|
property bool indicateXWayland: windowData?.xwayland ?? false
|
||||||
|
|
||||||
x: initX
|
x: initX
|
||||||
y: initY
|
y: initY
|
||||||
|
|||||||
Reference in New Issue
Block a user