notifications in weechat
This commit is contained in:
parent
0ef23e16d5
commit
972b46e740
3 changed files with 135 additions and 0 deletions
7
local/bin/weenot.sh
Executable file
7
local/bin/weenot.sh
Executable 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"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue