-
Notifications
You must be signed in to change notification settings - Fork 330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stacked notifications? #286
Comments
Look at the README's option for
If you don't have that then they should stack. |
@kevinjalbert What I did:
terminal-notifier -message "group1" -group group1
terminal-notifier -message "group2" -group group2
terminal-notifier -message "group3" -group group3
terminal-notifier -message "group4" -group group4
terminal-notifier -message "group5" -group group5
* Removing previously sent notification, which was sent on: 2022-08-25 19:11:26 +0000
* Removing previously sent notification, which was sent on: 2022-08-25 19:11:26 +0000
* Removing previously sent notification, which was sent on: 2022-08-25 19:11:26 +0000
* Removing previously sent notification, which was sent on: 2022-08-25 19:11:26 +0000
* Removing previously sent notification, which was sent on: 2022-08-25 19:11:26 +0000 Notifications were played one by one in the same place. Is there any working sample for stacked notifications available? macOS Catalina 10.15.7 |
If I had to take a guess it is possible you had run the script before and terminal-notifier was behaving as expected. The 'previously' sent notification might still have resided in the control center area of MacOS, even though it auto-hide. I'm on When I tried it out everything worked as expected (group1 msg was replaced): |
Possible to add stacked notifications? Right now one notification gets replaced with another one. Thanks, loving it.
The text was updated successfully, but these errors were encountered: