diff options
Diffstat (limited to 'config/quickshell/qs-hyprview/modules/WindowThumbnail.qml')
| -rw-r--r-- | config/quickshell/qs-hyprview/modules/WindowThumbnail.qml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/config/quickshell/qs-hyprview/modules/WindowThumbnail.qml b/config/quickshell/qs-hyprview/modules/WindowThumbnail.qml index 89383291..26834814 100644 --- a/config/quickshell/qs-hyprview/modules/WindowThumbnail.qml +++ b/config/quickshell/qs-hyprview/modules/WindowThumbnail.qml @@ -208,13 +208,12 @@ Item { } } - RectangularShadow { + Rectangle { anchors.fill: parent - radius: 16 - blur: 24 - spread: 10 + anchors.margins: -8 + radius: 22 color: "#55000000" - cached: true + z: -1 } Loader { |
