aboutsummaryrefslogtreecommitdiffstats
path: root/config/quickshell/overview/common/widgets/StyledRectangularShadow.qml
diff options
context:
space:
mode:
Diffstat (limited to 'config/quickshell/overview/common/widgets/StyledRectangularShadow.qml')
-rw-r--r--config/quickshell/overview/common/widgets/StyledRectangularShadow.qml14
1 files changed, 14 insertions, 0 deletions
diff --git a/config/quickshell/overview/common/widgets/StyledRectangularShadow.qml b/config/quickshell/overview/common/widgets/StyledRectangularShadow.qml
new file mode 100644
index 00000000..ccdff1ac
--- /dev/null
+++ b/config/quickshell/overview/common/widgets/StyledRectangularShadow.qml
@@ -0,0 +1,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