quickshell: temporarily disable hyprland layer masking (#1479)

This commit is contained in:
end-4
2025-07-10 16:26:17 +07:00
parent d2eefd5768
commit 33f2f960b9
3 changed files with 20 additions and 20 deletions
@@ -80,9 +80,9 @@ Scope {
right: true right: true
} }
color: "transparent" color: "transparent"
HyprlandWindow.visibleMask: Region { // HyprlandWindow.visibleMask: Region { // Buggy with scaled monitors
item: widgetBackground // item: widgetBackground
} // }
Rectangle { Rectangle {
id: widgetBackground id: widgetBackground
@@ -33,9 +33,9 @@ Scope {
mask: Region { mask: Region {
item: GlobalStates.overviewOpen ? columnLayout : null item: GlobalStates.overviewOpen ? columnLayout : null
} }
HyprlandWindow.visibleMask: Region { // HyprlandWindow.visibleMask: Region { // Buggy with scaled monitors
item: GlobalStates.overviewOpen ? columnLayout : null // item: GlobalStates.overviewOpen ? columnLayout : null
} // }
anchors { anchors {
@@ -26,20 +26,20 @@ Scope {
mask: Region { mask: Region {
item: null item: null
} }
HyprlandWindow.visibleMask: Region { // HyprlandWindow.visibleMask: Region {
Region { // Region {
item: topLeftCorner // item: topLeftCorner
} // }
Region { // Region {
item: topRightCorner // item: topRightCorner
} // }
Region { // Region {
item: bottomLeftCorner // item: bottomLeftCorner
} // }
Region { // Region {
item: bottomRightCorner // item: bottomRightCorner
} // }
} // }
WlrLayershell.namespace: "quickshell:screenCorners" WlrLayershell.namespace: "quickshell:screenCorners"
WlrLayershell.layer: WlrLayer.Overlay WlrLayershell.layer: WlrLayer.Overlay
color: "transparent" color: "transparent"