From 3b852e0f10892789210fd8e3fdd8415faf3cf2d8 Mon Sep 17 00:00:00 2001 From: stkhan Date: Sun, 17 Oct 2021 18:43:19 -0500 Subject: 3.0 --- bin/sarc_compile | 43 ------------------------------------------- 1 file changed, 43 deletions(-) delete mode 100755 bin/sarc_compile (limited to 'bin/sarc_compile') diff --git a/bin/sarc_compile b/bin/sarc_compile deleted file mode 100755 index ebbc0f0..0000000 --- a/bin/sarc_compile +++ /dev/null @@ -1,43 +0,0 @@ -#!/bin/sh -# A script to compile sarc - -dwm="dwm-6.2" -st="st" -dmenu="dmenu-5.0" - -echo "Welcome to the sarc installation!" -echo - -echo "What theme do you want to use?" -echo -ls themes/ -echo -echo "Enter what theme you would like to use:" && read theme -echo -echo "Theme is $theme" -echo -echo $theme >> /tmp/theme -pwd - -cp themes/$theme theme.h - -cd $dwm -make clean -make -s - -cd ../dwmblocks -make clean -make -s - -cd ../st-0.8.4 -make clean -make -s - -cd ../$dmenu -make clean -make -s - -cd .. - -cp etc/wallpaper/$theme.wallpaper.jpg ./wallpaper.jpg -echo "Compilation is complete! Run sarc_install to install it" -- cgit v1.2.3