1
0
Fork 0
mirror of https://gitlab.com/mlunax/dotfiles.git synced 2025-04-19 00:35:36 +00:00

Add application name to notification message

This commit is contained in:
Luna 2023-06-12 12:34:06 +02:00
parent 7eebd0ff43
commit 79413e7dd0

View file

@ -13,5 +13,5 @@ fi
focus=$(xdotool getwindowfocus getwindowname |grep -c senpai) focus=$(xdotool getwindowfocus getwindowname |grep -c senpai)
if [ "$focus" -eq 0 ]; then if [ "$focus" -eq 0 ]; then
notify-send "$title" "$(escape "$MESSAGE")" notify-send "$title" "$(escape "$MESSAGE")" -a "Senpai"
fi fi