mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-16 09:49:04 +00:00
Update cheatsheets
This commit is contained in:
26
linux/dunstify
Normal file
26
linux/dunstify
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# dunstify
|
||||
|
||||
> A notification tool that is an extension of `notify-send`, but has more features based around `dunst`.
|
||||
> Accepts all options of `notify-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`
|
||||
Reference in New Issue
Block a user