1
0
Fork 0
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:
liv 2021-11-07 12:25:35 -05:00 committed by GitHub
parent fc4148f4f2
commit 81a0b019c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,6 @@
`notify-send -t 5000 "{{Test}}" "{{This is a test}}"` `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}}"`