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