forked from Shinonome/dots-hyprland
fix weird blur xray on media controls
This commit is contained in:
@@ -144,6 +144,7 @@ layerrule = animation slide bottom, quickshell:osk
|
|||||||
layerrule = noanim, quickshell:polkit
|
layerrule = noanim, quickshell:polkit
|
||||||
layerrule = xray 0, quickshell:popup # No weird color for bar tooltips (this in theory should suffice)
|
layerrule = xray 0, quickshell:popup # No weird color for bar tooltips (this in theory should suffice)
|
||||||
layerrule = ignorealpha 1, quickshell:popup # No weird color for bar tooltips (but somehow this is necessary)
|
layerrule = ignorealpha 1, quickshell:popup # No weird color for bar tooltips (but somehow this is necessary)
|
||||||
|
layerrule = ignorealpha 1, quickshell:mediaControls # Same as above
|
||||||
layerrule = noanim, quickshell:regionSelector
|
layerrule = noanim, quickshell:regionSelector
|
||||||
layerrule = noanim, quickshell:screenshot
|
layerrule = noanim, quickshell:screenshot
|
||||||
layerrule = blur, quickshell:session
|
layerrule = blur, quickshell:session
|
||||||
|
|||||||
@@ -101,7 +101,7 @@ Item { // Player instance
|
|||||||
id: background
|
id: background
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
anchors.margins: Appearance.sizes.elevationMargin
|
anchors.margins: Appearance.sizes.elevationMargin
|
||||||
color: blendedColors.colLayer0
|
color: ColorUtils.applyAlpha(blendedColors.colLayer0, 1)
|
||||||
radius: root.radius
|
radius: root.radius
|
||||||
|
|
||||||
layer.enabled: true
|
layer.enabled: true
|
||||||
|
|||||||
Reference in New Issue
Block a user