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, --urgencybooleanShow a notification with the specified urgency
Example:
dunstify "{{Title}}" "{{Message}}" {{[-u|--urgency]}} {{low|normal|critical}}-r, --replacebooleanSpecify a message ID (overwrites any previous messages with the same ID)
Example:
dunstify "{{Title}}" "{{Message}}" {{[-r|--replace]}} {{123}}--helpbooleanDisplay 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|criticalSpecify a message ID (overwrites any previous messages with the same ID)
dunstify "Title" "Message" [-r|--replace] 123Display help
dunstify [-?|--help]made by @shridhargupta | data from tldr-pages