#!/bin/sh echo -n " " if mpc status | grep -q "playing"; then mpc current else echo "-" fi