mocp-notifier is a simple python script that shows a popup with the current track for mocp player.
Requirements:
sudo apt-get install python3-notify2 moc
How-to use:
- Download and save notifier.py script under ~/.moc directory. Like this: ~/.moc/notifier.py
- Open ~/.moc/config file and replace next line:
# OnSongChange = "/home/jack/.moc/myscript %a %r"
with this one:
OnSongChange = "/home/zen/.moc/notifier.py -a %a -s %t -r %r -f %f"