From 85d3bc44443bcfb3705d1870437f22cce4d0d103 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sun, 25 May 2025 22:17:25 +0200 Subject: [PATCH] media controls: fix weird white corners --- .config/quickshell/modules/mediaControls/PlayerControl.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/quickshell/modules/mediaControls/PlayerControl.qml b/.config/quickshell/modules/mediaControls/PlayerControl.qml index 3e9232832..2256e07be 100644 --- a/.config/quickshell/modules/mediaControls/PlayerControl.qml +++ b/.config/quickshell/modules/mediaControls/PlayerControl.qml @@ -119,6 +119,7 @@ Item { // Player instance id: backgroundShadowLayer anchors.fill: parent anchors.margins: Appearance.sizes.elevationMargin + color: blendedColors.colLayer0 radius: root.popupRounding layer.enabled: true