parent
8d1e813c0b
commit
f860fe3689
6 changed files with 114 additions and 104 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env sh
|
||||
#!/usr/bin/env bash
|
||||
|
||||
actions="quick
|
||||
move
|
||||
|
@ -101,5 +101,5 @@ case $action in
|
|||
"events-move")
|
||||
teamspeak-query-lib events NotifyClientMoved NotifyClientEnterView \
|
||||
| jq -r --unbuffered '.client.client_nickname + " joined " + .channel.channel_name // "the server"' \
|
||||
| xargs -I{} notify-send "TS3 movement" "{}"
|
||||
| tee >(xargs -I{} notify-send "TS3 movement" "{}")
|
||||
esac
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue