Merge pull request #6218 from kevinmcconnell/fix-transparent-bar-flicker
Prevent using an opaque surface for bar
This commit is contained in:
@@ -819,6 +819,7 @@ Item {
|
|||||||
implicitWidth: root.vertical ? root.barSize : 0
|
implicitWidth: root.vertical ? root.barSize : 0
|
||||||
implicitHeight: root.vertical ? 0 : root.barSize
|
implicitHeight: root.vertical ? 0 : root.barSize
|
||||||
color: root.transparent ? "transparent" : root.background
|
color: root.transparent ? "transparent" : root.background
|
||||||
|
surfaceFormat.opaque: false
|
||||||
WlrLayershell.namespace: "omarchy-bar"
|
WlrLayershell.namespace: "omarchy-bar"
|
||||||
WlrLayershell.layer: WlrLayer.Top
|
WlrLayershell.layer: WlrLayer.Top
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user