1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 18:55:34 +02:00

notify-send: add an icon example (#4056)

This commit is contained in:
Zlatan Vasović 2020-05-21 01:13:29 +02:00 committed by GitHub
parent b151add215
commit 924be075aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,3 +13,7 @@
- Show a notification for 5 seconds:
`notify-send -t 5000 {{"Test"}} {{"This is a test"}}`
- Show a notification with an app's icon:
`notify-send {{"Test"}} --icon={{google-chrome}}`