tldr/pages/linux/dunstify.md
git-em 8628cba2eb
linux/*: replace man.archlinux.com link (#7861)
* linux/*: replace man.archlinux.com

Does not replace links of pages directly associated with archlinux (eg: pacman)

* nmcli-device, nmcli-connection: use author's link
2022-03-09 14:31:08 +10:00

626 B

dunstify

A notification tool that is an extension of notify-send, but has more features based around dunst. Works with all options that work for notify-send. More information: https://github.com/dunst-project/dunst/wiki/Guides.

  • Show a notification with a given title and message:

dunstify "{{Title}}" "{{Message}}"

  • Show a notification with specified urgency:

dunstify "{{Title}}" "{{Message}}" -u {{low|normal|critical}}

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

dunstify "{{Title}}" "{{Message}}" -r {{123}}

  • To see other possible options:

notify-send --help