From d23e1969acfdb5d6212e3e796b33963d47e01c08 Mon Sep 17 00:00:00 2001 From: stkhan Date: Wed, 23 Jun 2021 21:21:08 -0500 Subject: sarc 1.0.0 Former-commit-id: 0154c723c80f3fec789ad09e43749cdffd0f6503 --- bin/sarc_install | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'bin/sarc_install') diff --git a/bin/sarc_install b/bin/sarc_install index 07e1ec3..93dddc9 100755 --- a/bin/sarc_install +++ b/bin/sarc_install @@ -5,13 +5,6 @@ dwm="dwm-6.2" dmenu="dmenu-5.0" st="st" -echo "What theme did you choose?" -echo -ls themes/ && read theme -pwd -echo -echo $theme - cd $dwm make install @@ -26,5 +19,7 @@ make install cd .. cp bin/* /usr/local/bin -cp etc/wallpaper/$theme.wallpaper.jpg /etc/wallpaper.jpg -rm /tmp/theme +cp wallpaper.jpg /etc/wallpaper.jpg + +rm theme.h +rm wallpaper.jpg -- cgit v1.2.3