2019-10-31 01:30:22 +00:00
|
|
|
# dunstify
|
|
|
|
|
2023-11-15 04:25:25 +00:00
|
|
|
> A notification tool that is an extension of `notify-send`, but has more features based around `dunst`.
|
|
|
|
> Accepts all options of `notify-send`.
|
2022-03-09 04:31:08 +00:00
|
|
|
> More information: <https://github.com/dunst-project/dunst/wiki/Guides>.
|
2019-10-31 01:30:22 +00:00
|
|
|
|
|
|
|
- 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
|
|
|
|
2023-11-15 04:25:25 +00:00
|
|
|
- Display help:
|
2019-10-31 01:30:22 +00:00
|
|
|
|
|
|
|
`notify-send --help`
|