#!/bin/bash
#
# show info from xmms using osd.
# note the negative indent (-i): it's so that it shows on the top right corner 
# of my second monitor.
# - ricardo

FONT="-adobe-avantgarde-demi-r-normal-*-20-*-*-*-p-*-iso8859-1"
COLOR=blue
xmms-shell -e status | head -2 | osd_cat --font=$FONT -c $COLOR -A right -i -1280
