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