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

View File

@@ -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}}"`