notifications in weechat

This commit is contained in:
Felix Van der Jeugt 2016-09-06 22:07:16 +02:00
parent 0ef23e16d5
commit 972b46e740
3 changed files with 135 additions and 0 deletions

7
local/bin/weenot.sh Executable file
View file

@ -0,0 +1,7 @@
#!/bin/sh
where="$(echo "$*" | cut -d'~' -f1)"
who="$(echo "$*" | cut -d'~' -f2)"
what="$(echo "$*" | cut -d'~' -f3)"
notify-send "$who" "$what"