libnotify

Library for sending desktop notifications to a notification daemon

brewmacoslinux
Try with needOr install directly
Source

About

Library that sends desktop notifications to a notification daemon

Commands

notify-send

Examples

Send a simple desktop notification with a title and message$ notify-send 'Hello' 'This is a notification'
Send a notification with urgency level and custom timeout$ notify-send -u critical -t 5000 'Alert' 'Important message'
Send a notification with an icon$ notify-send -i dialog-information 'Info' 'Check this out'