#!/bin/sh # Pause mpd if its playing if mpc | head -n 2 | tail -n 1 | grep -Fq '[playing]' then mpc pause touch "$XBLANK_STATESD/mpd" fi xset dpms force off