- The API has changed! Again! ShowTip()'s function signature is different. You'll probably have to delete and recreate your actions (again).
- Specify an event suffix for TrayTip events. No more needing to check {eg.event.payload}! (You can still pass a payload if you want, though.)
- (0.1.x) Choose an icon for your notification, or choose no icon at all.
- (0.1.x) Optionally disable the default notification sound.
- See the changelog for more details.
Me again! I just can't seem to help myself.
TrayTip is an action plugin for popping up notifications in the Windows system tray. You can specify the title and detail message to show in the notification, along with what icon to show, and whether it should play a sound.
If you click on the notification, it'll generate a TrayTip.Clicked event in EventGhost for you to act on. When you configure the action, you can also specify an event suffix to be included in the Clicked event; you'll need to do this if you want different messages to do different things when they're clicked on.
The title, message, event suffix, and payload fields are all interpreted for python code in {curly braces}.
You can pop up a notification from your own python script actions by calling eg.plugins.TrayTip.ShowTip(title, msg, event_name, payload, iconOpt, sound) directly.
Source code and full documentation: Boolean263/EventGhost-TrayTip on gitlab
Releases: will be attached to this forum post.
