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