Add neofetch
This commit is contained in:
parent
8b71e74925
commit
6f34bafea1
@ -183,10 +183,12 @@ seltheme="$(cat "$HOME/.seltheme")"
|
|||||||
if [[ "$seltheme" == "nyarch" ]]; then
|
if [[ "$seltheme" == "nyarch" ]]; then
|
||||||
cp -r "./themes/nyarch/i3" "$HOME/.config/"
|
cp -r "./themes/nyarch/i3" "$HOME/.config/"
|
||||||
cp -r "./themes/nyarch/polybar" "$HOME/.config/"
|
cp -r "./themes/nyarch/polybar" "$HOME/.config/"
|
||||||
|
cp -r "./themes/nyarch/neofetch" "$HOME/.config/"
|
||||||
cp "./themes/.fehbg-nyarch" "$HOME/.fehbg"
|
cp "./themes/.fehbg-nyarch" "$HOME/.fehbg"
|
||||||
elif [[ "$seltheme" == "space-pink" ]]; then
|
elif [[ "$seltheme" == "space-pink" ]]; then
|
||||||
cp -r "./themes/space-pink/i3" "$HOME/.config/"
|
cp -r "./themes/space-pink/i3" "$HOME/.config/"
|
||||||
cp -r "./themes/space-pink/polybar" "$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"
|
cp "./themes/.fehbg-space-pink" "$HOME/.fehbg"
|
||||||
fi
|
fi
|
||||||
rm -rf ./themes
|
rm -rf ./themes
|
||||||
|
Loading…
Reference in New Issue
Block a user