#!/bin/sh
if [ $(which hsetroot) ]; then
	hsetroot -add "#0E5CA8" -add "#87C6C9" -gradient 0 -center /usr/local/share/pixmaps/logo.png
else
	xsetroot -solid "#112949"
fi

