From 391f8e5445784ffa0e2b5dbd8942ec49f814f323 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Mon, 8 Mar 2021 08:23:56 +0100 Subject: [PATCH] This should REALLY work --- arch-config/scripts/arch-config.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch-config/scripts/arch-config.sh b/arch-config/scripts/arch-config.sh index 817754b3..db305d27 100755 --- a/arch-config/scripts/arch-config.sh +++ b/arch-config/scripts/arch-config.sh @@ -142,11 +142,11 @@ cp ~/config/.Xresources ~/ git clone https://gitlab.com/RealStickman-arch/themes.git seltheme="$(cat "$HOME/.seltheme")" if [[ "$seltheme" == "nyarch" ]]; then - cp -r "./themes/nyarch/i3" "$HOME/.config/i3" - cp -r "./themes/nyarch/polybar" "$HOME/.config/polybar" + cp -r "./themes/nyarch/i3" "$HOME/.config/" + cp -r "./themes/nyarch/polybar" "$HOME/.config/" elif [[ "$seltheme" == "space-pink" ]]; then - cp -r "./themes/space-pink/i3" "$HOME/.config/i3" - cp -r "./themes/space-pink/polybar" "$HOME/.config/polybar" + cp -r "./themes/space-pink/i3" "$HOME/.config/" + cp -r "./themes/space-pink/polybar" "$HOME/.config/" fi rm -rf ./themes