2019-10-30 21:30:22 -04:00
|
|
|
# dunstify
|
|
|
|
|
2023-11-15 05:25:25 +01:00
|
|
|
> A notification tool that is an extension of `notify-send`, but has more features based around `dunst`.
|
|
|
|
> Accepts all options of `notify-send`.
|
2025-05-19 15:09:11 +00:00
|
|
|
> More information: <https://dunst-project.org/documentation/dunstify>.
|
2019-10-30 21:30:22 -04:00
|
|
|
|
|
|
|
- Show a notification with a given title and message:
|
|
|
|
|
2020-10-04 19:33:38 +02:00
|
|
|
`dunstify "{{Title}}" "{{Message}}"`
|
2019-10-30 21:30:22 -04:00
|
|
|
|
2025-05-19 15:09:11 +00:00
|
|
|
- Show a notification with the specified urgency:
|
2019-10-30 21:30:22 -04:00
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`dunstify "{{Title}}" "{{Message}}" {{[-u|--urgency]}} {{low|normal|critical}}`
|
2019-10-30 21:30:22 -04:00
|
|
|
|
|
|
|
- Specify a message ID (overwrites any previous messages with the same ID):
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`dunstify "{{Title}}" "{{Message}}" {{[-r|--replace]}} {{123}}`
|
2019-10-30 21:30:22 -04:00
|
|
|
|
2023-11-15 05:25:25 +01:00
|
|
|
- Display help:
|
2019-10-30 21:30:22 -04:00
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`dunstify {{[-?|--help]}}`
|