Fixup previous commits

This commit is contained in:
Tad 2018-06-25 10:16:32 -04:00
parent accb8bba37
commit c914a655a5
6 changed files with 36 additions and 8 deletions

View file

@ -99,7 +99,7 @@ generateBootAnimationShine() {
color=$1;
style=$2;
output=$3;
if [ "$style" = "gradient"]; then
if [ "$style" = "gradient" ]; then
convert -size 1024x128 -define gradient:angle=90 plasma:"$color" \( +clone -flop \) +append "$output";
elif [ "$style" = "plasma" ]; then
convert -size 2048x128 plasma:"$color" "$output";