Library for sending desktop notifications to a notification daemon
Library that sends desktop notifications to a notification daemon
notify-send$ notify-send 'Hello' 'This is a notification'$ notify-send -u critical -t 5000 'Alert' 'Important message'$ notify-send -i dialog-information 'Info' 'Check this out'