From 81a0b019c922f83ae1a3a67d11e48880a1c4b1a2 Mon Sep 17 00:00:00 2001 From: liv Date: Sun, 7 Nov 2021 12:25:35 -0500 Subject: [PATCH] notify-send: Add `--app-name` to example (#7384) --- pages/linux/notify-send.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/linux/notify-send.md b/pages/linux/notify-send.md index 0b08d0cfd5..9d0d092d89 100644 --- a/pages/linux/notify-send.md +++ b/pages/linux/notify-send.md @@ -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}}"`