mirror of https://github.com/CrimsonTome/tldr.git
601 B
601 B
dunstify
A notification tool that is an extension of
notify-send
, but has more features based arounddunst
. Accepts all options ofnotify-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