mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 17:13:50 +02:00
dunstify: add page (#3501)
* dunstify: add page * dunstify: add page * fixed some formatting and wording issues, added notify-send --help command to get more info
This commit is contained in:
parent
eb8015a192
commit
974cafbef5
1 changed files with 20 additions and 0 deletions
20
pages/linux/dunstify.md
Normal file
20
pages/linux/dunstify.md
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# 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:
|
||||||
|
|
||||||
|
`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}}`
|
||||||
|
|
||||||
|
- To see other possible options:
|
||||||
|
|
||||||
|
`notify-send --help`
|
Loading…
Add table
Reference in a new issue