mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-08 00:09:27 -05:00
refractor shadows
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import QtQuick
|
||||
import QtQuick.Effects
|
||||
import "root:/modules/common"
|
||||
|
||||
RectangularShadow {
|
||||
required property var target
|
||||
anchors.fill: target
|
||||
radius: target.radius
|
||||
blur: 1.2 * Appearance.sizes.elevationMargin
|
||||
spread: 1
|
||||
color: Appearance.colors.colShadow
|
||||
cached: true
|
||||
}
|
||||
Reference in New Issue
Block a user