commands.sh

dunstify

all

A notification tool that is an extension of `notify-send`, but has more features based around `dunst`. Accepts all options of `notify-send`.

More info →

Options (3)

-u, --urgencyboolean

Show a notification with the specified urgency

Example: dunstify "{{Title}}" "{{Message}}" {{[-u|--urgency]}} {{low|normal|critical}}
-r, --replaceboolean

Specify a message ID (overwrites any previous messages with the same ID)

Example: dunstify "{{Title}}" "{{Message}}" {{[-r|--replace]}} {{123}}
--helpboolean

Display help

Example: dunstify {{[-?|--help]}}

Examples (4)

Show a notification with a given title and message

dunstify "Title" "Message"

Show a notification with the specified urgency

dunstify "Title" "Message" [-u|--urgency] low|normal|critical

Specify a message ID (overwrites any previous messages with the same ID)

dunstify "Title" "Message" [-r|--replace] 123

Display help

dunstify [-?|--help]
made by @shridhargupta | data from tldr-pages