summaryrefslogtreecommitdiff
path: root/build.sh
blob: b9962c449e3b880edd67b894b26fa04a63c5f2f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#!/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 ../