mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 05:35:31 +02:00
notify-send: Add --app-name
to example (#7384)
This commit is contained in:
parent
fc4148f4f2
commit
81a0b019c9
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue