6 lines
96 B
Bash
Executable File

#!/bin/sh
# Show mpd queue in notification.
notify-send -u normal "MPD queue" "$(mpc queued)"