Merge pull request #6218 from kevinmcconnell/fix-transparent-bar-flicker

Prevent using an opaque surface for bar
This commit is contained in:
David Heinemeier Hansson
2026-07-14 11:04:57 -07:00
committed by GitHub
+1
View File
@@ -819,6 +819,7 @@ Item {
implicitWidth: root.vertical ? root.barSize : 0
implicitHeight: root.vertical ? 0 : root.barSize
color: root.transparent ? "transparent" : root.background
surfaceFormat.opaque: false
WlrLayershell.namespace: "omarchy-bar"
WlrLayershell.layer: WlrLayer.Top