This should REALLY work
This commit is contained in:
parent
657207bdc1
commit
391f8e5445
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user