GIT.Harvie.CZ
/
mirrors
/
libpurple-core-answerscripts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2270485
)
New answerscript for notify-send
author
Harvie
<tomas@mudrunka.cz>
Sun, 29 Aug 2010 20:51:51 +0000
(22:51 +0200)
committer
Harvie
<tomas@mudrunka.cz>
Sun, 29 Aug 2010 20:51:51 +0000
(22:51 +0200)
purple/answerscripts.d/00-notify.sh
[new file with mode: 0755]
patch
|
blob
diff --git a/purple/answerscripts.d/00-notify.sh
b/purple/answerscripts.d/00-notify.sh
new file mode 100755
(executable)
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"
This page took
0.219485 seconds
and
4
git commands to generate.