From 79413e7dd01628ccf7a44e3cde8af653909899b3 Mon Sep 17 00:00:00 2001 From: Luna Komorebi Date: Mon, 12 Jun 2023 12:34:06 +0200 Subject: [PATCH] Add application name to notification message --- config/senpai/highlight | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/senpai/highlight b/config/senpai/highlight index f645f38..f771d3d 100644 --- a/config/senpai/highlight +++ b/config/senpai/highlight @@ -13,5 +13,5 @@ fi focus=$(xdotool getwindowfocus getwindowname |grep -c senpai) if [ "$focus" -eq 0 ]; then - notify-send "$title" "$(escape "$MESSAGE")" + notify-send "$title" "$(escape "$MESSAGE")" -a "Senpai" fi