notify - create a notification
$ notify <title> <message> [icon-path]
title
: The title of notificationmessage
: The message of notificationicon-path
: Path to icon image filenotify
creates a WindowServer notification with title title
and message message
. You can also provide an icon path; by default, no icon will be used.
$ <command> && notify "Information" "Command succeeded" /res/icons/32x32/msgbox-information.png