set application name
This commit is contained in:
parent
a45fffeb95
commit
28d24f395d
@ -3,5 +3,5 @@ where="$(echo "$*" | cut -d'~' -f1)"
|
|||||||
who="$(echo "$*" | cut -d'~' -f2)"
|
who="$(echo "$*" | cut -d'~' -f2)"
|
||||||
what="$(echo "$*" | cut -d'~' -f3)"
|
what="$(echo "$*" | cut -d'~' -f3)"
|
||||||
|
|
||||||
notify-send "$who" "$what"
|
notify-send -a weechat "$who" "$what"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user