mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-06 03:02:55 +00:00
530 B
530 B
Name
notify - create a notification
Synopsis
$ notify <title> <message> [icon-path]
Arguments
title
: The title of notificationmessage
: The message of notificationicon-path
: Path to icon image file
Description
notify
creates a WindowServer notification with title title
and message message
. You can also provide an icon path; by default, no icon will be used.
Examples
$ <command> && notify "Information" "Command succeeded" /res/icons/32x32/msgbox-information.png