1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/dunstify.md
Lena 0fddee2272
pages/*: reword descriptions to comply with the style guide (#11507)
* pages/*: reword descriptions to comply with the style guide

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-11-15 09:55:25 +05:30

21 lines
601 B
Markdown

# dunstify
> A notification tool that is an extension of `notify-send`, but has more features based around `dunst`.
> Accepts all options of `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}}`
- Display help:
`notify-send --help`