mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:22:09 +02:00
notify-send: add an icon example (#4056)
This commit is contained in:
parent
d841c0de25
commit
c298499fb0
1 changed files with 4 additions and 0 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue