#!/bin/sh


## All this should be done by themeing/xsettings.. ## 
matchbox-desktop --icon-size 48 \
                 --icon-padding 64 \
                 --font sans-8:bold \
                 --bg /usr/share/themes/Clearlooks/background/default.png
                 --titlefont sans-8:bold &

mb-applet-startup-monitor &                 

matchbox-panel --orientation east \
               --padding 4 \
               --no-menu \
               --no-session \
               --default-apps mb-applet-home,mb-applet-startup-monitor,mb-applet-clock,mb-applet-battery &

exec matchbox-window-manager -theme Clearlooks $@
