#!/bin/sh

MPLUS_DIR=/mnt/toolbox/mplus_work_space

if [ -f $MPLUS_DIR/mplus_images/stripe-gray.xpm ]; then
	fvwm-root $MPLUS_DIR/mplus_images/stripe-gray.xpm
else
	xsetroot -solid Black
fi
