#!/bin/sh

#make the directory to store the theme file in
mkdir $HOME/.themes/Tetelestai-Modern/metacity-1

#copy the theme files over
# (assume that the script is run from the directory where the files are located)
cp *.* $HOME/.themes/Tetelestai-Modern/metacity-1

#run the command to set this theme as the desktop theme
gconftool-2 --type=string --set /apps/metacity/general/theme Tetelestai-Modern
