From 59a58d8f76b84a548778d742bdfd0c3bb8f4d581 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Wed, 18 Jun 2025 01:35:45 +0200 Subject: [PATCH] adjust rectangular shadow strength --- .../modules/common/widgets/StyledRectangularShadow.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/quickshell/modules/common/widgets/StyledRectangularShadow.qml b/.config/quickshell/modules/common/widgets/StyledRectangularShadow.qml index 6e1f2e16e..66a626f1e 100644 --- a/.config/quickshell/modules/common/widgets/StyledRectangularShadow.qml +++ b/.config/quickshell/modules/common/widgets/StyledRectangularShadow.qml @@ -6,7 +6,8 @@ RectangularShadow { required property var target anchors.fill: target radius: target.radius - blur: 1.2 * Appearance.sizes.elevationMargin + blur: 0.9 * Appearance.sizes.elevationMargin + offset: Qt.vector2d(0.0, 1.0) spread: 1 color: Appearance.colors.colShadow cached: true