From 924be075aabf51066b58d661ea2f8f5a235ec75d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Thu, 21 May 2020 01:13:29 +0200 Subject: [PATCH] notify-send: add an icon example (#4056) --- pages/linux/notify-send.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/linux/notify-send.md b/pages/linux/notify-send.md index 4083cfe011..6a97416997 100644 --- a/pages/linux/notify-send.md +++ b/pages/linux/notify-send.md @@ -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}}`