diff options
| author | stkhan <personal@slickd.xyz> | 2022-03-18 08:09:07 -0800 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2022-03-18 08:09:07 -0800 |
| commit | e20a439f0de08052fad50669fd005dee14d40cae (patch) | |
| tree | 8ffed60a1dce40ae64fd8f336a4d1b5d103683f1 /build.sh | |
| parent | a33351c3345f7b8657e6415878a73b5fedb09d72 (diff) | |
Update dwm, added farbfeld, sent, and wmname plus more
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/build.sh b/build.sh deleted file mode 100755 index b9962c4..0000000 --- a/build.sh +++ /dev/null @@ -1,30 +0,0 @@ -#!/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 ../ - - |