1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-07 14:05:38 -05:00

Many bug fixes for media center, spotlight

This commit is contained in:
bbedward
2025-07-12 10:47:01 -04:00
parent 2375b6e7bd
commit af0522ada5
13 changed files with 180 additions and 329 deletions

View File

@@ -1,6 +1,6 @@
import QtQuick
import QtQuick.Controls
import Qt5Compat.GraphicalEffects
import QtQuick.Effects
import Quickshell
import Quickshell.Widgets
import Quickshell.Wayland
@@ -179,7 +179,8 @@ PanelWindow {
sourceSize.height: size
layer.enabled: true
layer.effect: OpacityMask {
layer.effect: MultiEffect {
maskEnabled: true
maskSource: Rectangle {
width: notifImage.size
height: notifImage.size