diff --git a/quickshell/Modules/DankBar/Widgets/NotificationCenterButton.qml b/quickshell/Modules/DankBar/Widgets/NotificationCenterButton.qml index 174cdfe4..007a49c2 100644 --- a/quickshell/Modules/DankBar/Widgets/NotificationCenterButton.qml +++ b/quickshell/Modules/DankBar/Widgets/NotificationCenterButton.qml @@ -33,4 +33,8 @@ BasePill { } } } + + onRightClicked: { + SessionData.setDoNotDisturb(!SessionData.doNotDisturb) + } }