From bdf0d77f9057b89b80d15a529db05016e4eefe2c Mon Sep 17 00:00:00 2001 From: Harvie Date: Sun, 29 Aug 2010 22:51:51 +0200 Subject: [PATCH 1/1] New answerscript for notify-send --- purple/answerscripts.d/00-notify.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 purple/answerscripts.d/00-notify.sh diff --git a/purple/answerscripts.d/00-notify.sh b/purple/answerscripts.d/00-notify.sh new file mode 100755 index 0000000..3008282 --- /dev/null +++ b/purple/answerscripts.d/00-notify.sh @@ -0,0 +1,3 @@ +#!/bin/sh +#Show notification for each incomming message +notify-send "$ANSW_PROTOCOL:$ANSW_FROM" "$ANSW_MSG" -- 2.30.2