notify(1) - SerenityOS man pages

#Name

notify - create a notification

#Synopsis

$ notify <title> <message> [-I icon-path] [-L launch-url]

#Options

#Arguments

#Description

notify creates a WindowServer notification with the title title and message message. Optionally, you can also provide an icon path and/or a launch URL for the notification.

#Examples

$ <command> && notify "Information" "Command succeeded" -I /res/icons/32x32/msgbox-information.png