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:
parent
7eebd0ff43
commit
79413e7dd0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue