forked from Shinonome/dots-hyprland
quickshell: temporarily disable hyprland layer masking (#1479)
This commit is contained in:
@@ -80,9 +80,9 @@ Scope {
|
||||
right: true
|
||||
}
|
||||
color: "transparent"
|
||||
HyprlandWindow.visibleMask: Region {
|
||||
item: widgetBackground
|
||||
}
|
||||
// HyprlandWindow.visibleMask: Region { // Buggy with scaled monitors
|
||||
// item: widgetBackground
|
||||
// }
|
||||
|
||||
Rectangle {
|
||||
id: widgetBackground
|
||||
|
||||
@@ -33,9 +33,9 @@ Scope {
|
||||
mask: Region {
|
||||
item: GlobalStates.overviewOpen ? columnLayout : null
|
||||
}
|
||||
HyprlandWindow.visibleMask: Region {
|
||||
item: GlobalStates.overviewOpen ? columnLayout : null
|
||||
}
|
||||
// HyprlandWindow.visibleMask: Region { // Buggy with scaled monitors
|
||||
// item: GlobalStates.overviewOpen ? columnLayout : null
|
||||
// }
|
||||
|
||||
|
||||
anchors {
|
||||
|
||||
@@ -26,20 +26,20 @@ Scope {
|
||||
mask: Region {
|
||||
item: null
|
||||
}
|
||||
HyprlandWindow.visibleMask: Region {
|
||||
Region {
|
||||
item: topLeftCorner
|
||||
}
|
||||
Region {
|
||||
item: topRightCorner
|
||||
}
|
||||
Region {
|
||||
item: bottomLeftCorner
|
||||
}
|
||||
Region {
|
||||
item: bottomRightCorner
|
||||
}
|
||||
}
|
||||
// HyprlandWindow.visibleMask: Region {
|
||||
// Region {
|
||||
// item: topLeftCorner
|
||||
// }
|
||||
// Region {
|
||||
// item: topRightCorner
|
||||
// }
|
||||
// Region {
|
||||
// item: bottomLeftCorner
|
||||
// }
|
||||
// Region {
|
||||
// item: bottomRightCorner
|
||||
// }
|
||||
// }
|
||||
WlrLayershell.namespace: "quickshell:screenCorners"
|
||||
WlrLayershell.layer: WlrLayer.Overlay
|
||||
color: "transparent"
|
||||
|
||||
Reference in New Issue
Block a user