Copy .fehbg with theme
This commit is contained in:
parent
e41fbdd673
commit
c019c7597d
@ -186,9 +186,11 @@ seltheme="$(cat "$HOME/.seltheme")"
|
||||
if [[ "$seltheme" == "nyarch" ]]; then
|
||||
cp -r "./themes/nyarch/i3" "$HOME/.config/"
|
||||
cp -r "./themes/nyarch/polybar" "$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 "./themes/.fehbg-space-pink" "$HOME/.fehbg"
|
||||
fi
|
||||
rm -rf ./themes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user