aboutsummaryrefslogtreecommitdiffstats
path: root/config/quickshell/overview/common/widgets/StyledRectangularShadow.qml
blob: ccdff1ac4f33aa4fa3b2ec4969acc44f0f1d935a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import QtQuick
import QtQuick.Effects
import ".."

RectangularShadow {
    required property var target
    anchors.fill: target
    radius: 20
    blur: 0.9 * Appearance.sizes.elevationMargin
    offset: Qt.vector2d(0.0, 1.0)
    spread: 1
    color: Appearance.colors.colShadow
    cached: true
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage