notify-send: Add `--app-name` to example (#7384)
This commit is contained in:
parent
fc4148f4f2
commit
81a0b019c9
|
|
@ -14,6 +14,6 @@
|
|||
|
||||
`notify-send -t 5000 "{{Test}}" "{{This is a test}}"`
|
||||
|
||||
- Show a notification with an app's icon:
|
||||
- Show a notification with an app's icon and name:
|
||||
|
||||
`notify-send "{{Test}}" --icon={{google-chrome}}`
|
||||
`notify-send "{{Test}}" --icon={{google-chrome}} --app-name="{{Google Chrome}}"`
|
||||
|
|
|
|||
Loading…
Reference in New Issue