2019-10-31 01:30:22 +00:00
|
|
|
# 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.
|
|
|
|
|
|
|
|
- Show a notification with a given title and message:
|
|
|
|
|
2020-10-04 18:33:38 +01:00
|
|
|
`dunstify "{{Title}}" "{{Message}}"`
|
2019-10-31 01:30:22 +00:00
|
|
|
|
|
|
|
- Show a notification with specified urgency:
|
|
|
|
|
2020-10-04 18:33:38 +01:00
|
|
|
`dunstify "{{Title}}" "{{Message}}" -u {{low|normal|critical}}`
|
2019-10-31 01:30:22 +00:00
|
|
|
|
|
|
|
- Specify a message ID (overwrites any previous messages with the same ID):
|
|
|
|
|
2020-10-04 18:33:38 +01:00
|
|
|
`dunstify "{{Title}}" "{{Message}}" -r {{123}}`
|
2019-10-31 01:30:22 +00:00
|
|
|
|
|
|
|
- To see other possible options:
|
|
|
|
|
|
|
|
`notify-send --help`
|