From 4436a5db0b99be23edf2fa01f46e06a8eec128d2 Mon Sep 17 00:00:00 2001 From: stkhan Date: Wed, 19 May 2021 21:05:11 -0500 Subject: Added nord theme --- install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index a930f00..e42dd8f 100755 --- a/install.sh +++ b/install.sh @@ -11,6 +11,7 @@ echo "" echo "What theme do you want to use? Current themes are down below:" echo ls themes/themes/ +echo echo "Enter what theme you want here:" && read theme echo echo "Theme is $theme" @@ -36,9 +37,10 @@ cd .. mkdir -p ~/.config/sarc mkdir ~/.dwm/ cp -r * ~/.config/sarc/ + cp etc/.xinitrc ~ etc/cursor -cp etc/$theme.wallpaper.jpg ~/.config/wallpaper.jpg +cp etc/wallpaper/$theme.wallpaper.jpg ~/.config/wallpaper.jpg cp etc/autostart.sh ~/.dwm sudo cp bin/* /usr/local/bin -- cgit v1.2.3