pynotifier
pynotifier copied to clipboard
Update or close notification
It would be useful to have an ability to:
- update existing notification with new content
- close existing notification
Or maybe I'm just missing some way to do this?
It is possible to implement the update functionality, on Linux at least, with the patched version of libnotify-bin
library. I will do it as soon as possible. Now I can not say if it can be done for macOS and Windows.
That would be awesome! Thank you so much, Yuriy!
That would be awesome! Thank you so much, Yuriy!
Unfortunately, after some research, I found out that there is no stable release of libnotify-bin
package with notification updating functionality for Ubuntu 20.04 or older. There is a stable release only for Ubuntu 22.10. I will try to test if it works on Ubuntu 22.10 and add this functionality in the future.
If you are using another Linux distro, please let me know, and I will check if libnotify-bin
is available there.
I'm on Arch linux.
I was looking for this too. Do you plan to implement it?
(In any case, thank you for your work!)