mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-04 15:35:04 -04:00
Fixup previous commits
This commit is contained in:
parent
accb8bba37
commit
c914a655a5
6 changed files with 36 additions and 8 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue