From b879489d43e0999708b67b7945be766a9b9d7f4d Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sat, 19 Apr 2025 23:47:30 +0200 Subject: [PATCH] pointing hand interaction --- .../modules/common/widgets/NotificationActionButton.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/quickshell/modules/common/widgets/NotificationActionButton.qml b/.config/quickshell/modules/common/widgets/NotificationActionButton.qml index 16bdf0a94..07bb9b33d 100644 --- a/.config/quickshell/modules/common/widgets/NotificationActionButton.qml +++ b/.config/quickshell/modules/common/widgets/NotificationActionButton.qml @@ -15,6 +15,8 @@ Button { leftPadding: 10 rightPadding: 10 + PointingHandInteraction {} + background: Rectangle { radius: Appearance.rounding.small color: (urgency == NotificationUrgency.Critical) ?