From 170721a1f1a2f478acb1edd25ff2896509976d63 Mon Sep 17 00:00:00 2001 From: purian23 Date: Thu, 6 Aug 2026 23:44:41 -0400 Subject: [PATCH] fix(notifWidget): restore hand cursor on hover Port 1.5 (cherry picked from commit a575363f89d6a957cda71797b12b3ce6326f4a3f) --- quickshell/Modules/DankBar/Widgets/NotificationCenterButton.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/quickshell/Modules/DankBar/Widgets/NotificationCenterButton.qml b/quickshell/Modules/DankBar/Widgets/NotificationCenterButton.qml index bbc18237c..cf1c4c002 100644 --- a/quickshell/Modules/DankBar/Widgets/NotificationCenterButton.qml +++ b/quickshell/Modules/DankBar/Widgets/NotificationCenterButton.qml @@ -67,6 +67,7 @@ BasePill { MouseArea { anchors.fill: parent acceptedButtons: Qt.MiddleButton + cursorShape: Qt.PointingHandCursor onPressed: mouse => { root.triggerRipple(this, mouse.x, mouse.y); SessionData.setDoNotDisturb(!SessionData.doNotDisturb);