#!/bin/sh USER=$(whoami) XMMS_SKIN_PREFIX="/home/${USER}/.xmms/Skins" case $1 in "meditative") WALLPAPER="other/meditation2.png" XMMS_SKIN="tIKi_Cubaed03.zip" ;; "crissym") WALLPAPER="women/cm15.png" XMMS_SKIN="meanimile" ;; "anettak") WALLPAPER="women/ak02.png" XMMS_SKIN="trinity" ;; esac wr $WALLPAPER qxmms skin $XMMS_SKIN_PREFIX"/"$XMMS_SKIN echo $1 > /etc/DESKTHEME.$USER