#!/bin/sh # A script to build sarc # Sets theme configuration # To see available themes, do "ls theme/" echo "Welcome to the sarc installation!" echo echo "Choose a theme:" && ls theme/ read theme cp theme/$theme/colors.h dwm-6.2/ cp theme/$theme/$theme.png $HOME/.config/wallpaper.png # Compiles dwm, st, etc cd dwm-6.2 make clean make cd ../st-0.8.4/ make clean make cd ../dmenu-5.0/ make clean make cd ../