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/?p=mirrors%2Flibpurple-core-answerscripts.git;a=commitdiff_plain;h=25b9f185500aa567009139efbf40db7130c734ee;hp=5cd90c724ea732d22049421acc0e5da739af7076 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"