1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 01:42:09 +02:00
tldr/pages/linux/dunstify.md

21 lines
623 B
Markdown

# 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://wiki.archlinux.org/title/Dunst#Dunstify>.
- 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`