From: Tomas Mudrunka Date: Thu, 19 Feb 2015 13:32:57 +0000 (+0100) Subject: Pidgin icon in notify X-Git-Url: http://git.harvie.cz/?a=commitdiff_plain;ds=sidebyside;h=25b9f185500aa567009139efbf40db7130c734ee;p=mirrors%2Flibpurple-core-answerscripts.git Pidgin icon in notify --- diff --git a/purple/answerscripts.d/00-notify.sh b/purple/answerscripts.d/00-notify.sh index 021ef5a..33946e9 100755 --- a/purple/answerscripts.d/00-notify.sh +++ b/purple/answerscripts.d/00-notify.sh @@ -1,3 +1,3 @@ #!/bin/sh #Show notification for each incomming message -notify-send "$ANSW_PROTOCOL:$ANSW_R_NAME" "$ANSW_MSG" +notify-send -i pidgin "$ANSW_PROTOCOL:$ANSW_R_NAME" "$ANSW_MSG"