No changelog available
Signed-off-by: Algent Albrahimi <algent@protonmail.com>
Differential D10728
Update python-notify2 to 0.3.1 Authored by algent on Mar 21 2021, 12:38 PM. Tags None Referenced Files
Subscribers
Details
No changelog available Signed-off-by: Algent Albrahimi <algent@protonmail.com>
import notify2
notify2.init('app name')
n = notify2.Notification("Summary",
"Some body text",
"notification-message-im" # Icon name
)
n.show()
Diff Detail
|