aboutsummaryrefslogtreecommitdiffstats
path: root/moc/.local/bin/mocpnotify
blob: f3aa72c797195643cf259fbb76d71b1b915104e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

case $1 in
    "next")
        notify-send -a mocp -t 3000 "now playing" "$2 - $3 [$4]"
        ;;
    "stop")
        notify-send -a mocp -t 3000 "mocp" "stopped playing"
        ;;
esac