This commit is contained in:
RealStickman 2021-03-08 08:17:29 +01:00
parent f61b1d80e2
commit 2d2e544352

View File

@ -144,7 +144,7 @@ seltheme="$(cat "$HOME/.seltheme")"
if [[ "$seltheme" == "nyarch" ]]; then
cp -r "./themes/nyarch/"* "$HOME/.config/"
elif [[ "$seltheme" == "space-pink" ]]; then
cp -r "./themes/space-pink"* "$HOME/.config/"
cp -r "./themes/space-pink/"* "$HOME/.config/"
fi
rm -rf ./themes