I stopped doing notification

This commit is contained in:
Felix Van der Jeugt 2018-04-20 08:35:10 +02:00
parent 1f9bdf30f6
commit 2b2c00e2d4
No known key found for this signature in database
GPG Key ID: 58B209295023754D
1 changed files with 0 additions and 7 deletions

View File

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