elenapan/config/ncmpcpp/mpd-notification

3 lines
69 B
Bash
Executable file

#!/bin/bash
SONG="$(mpc current)"
notify-send "Now playing:" "$SONG"