You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I have some programs that sometimes like to spam notifications for a brief period, and I'd like to silence them for a while. I don't have control over how the notifications are sent since this is done by the program itself, so because of that I also can't just add a "Snooze" action into it.
Describe the solution you'd like
I guess the most flexible solution to this would be to allow injecting custom buttons into specific notifications (maybe reusing the logic on https://github.com/ErikReider/SwayNotificationCenter#scripting, adding a new run-on value like button or something similar). With this, I could make a script to put the app into dnd (when they support it), or even close it and reopen after some time.
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I have some programs that sometimes like to spam notifications for a brief period, and I'd like to silence them for a while. I don't have control over how the notifications are sent since this is done by the program itself, so because of that I also can't just add a "Snooze" action into it.
Describe the solution you'd like
I guess the most flexible solution to this would be to allow injecting custom buttons into specific notifications (maybe reusing the logic on https://github.com/ErikReider/SwayNotificationCenter#scripting, adding a new
run-on
value likebutton
or something similar). With this, I could make a script to put the app into dnd (when they support it), or even close it and reopen after some time.Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: