animation tweak added

This commit is contained in:
KAiZ 2019-11-19 12:36:12 +05:30
parent fac12b4b55
commit a3aaa3a91e

View file

@ -99,7 +99,18 @@ build(){
error "\nAborting..." error "\nAborting..."
exit 1 exit 1
fi fi
show_pre "\n"$cursor" : Tweaking Animation...\\r"
sh tweak.sh "$cursor"
if [ $? -eq 0 ]
then
show ""$cursor" : Tweaking Animation... DONE"
else
error ""$cursor" : Tweaking Animation... FAIL"
error "\nAborting..."
exit 1
fi
show_pre "\n"$cursor" : Building X11 cursor...\\r" show_pre "\n"$cursor" : Building X11 cursor...\\r"
#execute x11-make.sh file with theme_name argument #execute x11-make.sh file with theme_name argument
sh x11-make.sh "$cursor" sh x11-make.sh "$cursor"