From 6f34bafea187f56301e306534ddaa02c7e78f083 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Mon, 8 Mar 2021 20:42:32 +0100 Subject: [PATCH] Add neofetch --- arch-config/scripts/arch-config.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch-config/scripts/arch-config.sh b/arch-config/scripts/arch-config.sh index 1ce5aadd..2add16b4 100755 --- a/arch-config/scripts/arch-config.sh +++ b/arch-config/scripts/arch-config.sh @@ -183,10 +183,12 @@ seltheme="$(cat "$HOME/.seltheme")" if [[ "$seltheme" == "nyarch" ]]; then cp -r "./themes/nyarch/i3" "$HOME/.config/" cp -r "./themes/nyarch/polybar" "$HOME/.config/" + cp -r "./themes/nyarch/neofetch" "$HOME/.config/" cp "./themes/.fehbg-nyarch" "$HOME/.fehbg" elif [[ "$seltheme" == "space-pink" ]]; then cp -r "./themes/space-pink/i3" "$HOME/.config/" cp -r "./themes/space-pink/polybar" "$HOME/.config/" + cp -r "./themes/space-pink/neofetch" "$HOME/.config/" cp "./themes/.fehbg-space-pink" "$HOME/.fehbg" fi rm -rf ./themes