Small tweaks

This commit is contained in:
Tad 2021-06-26 14:13:03 -04:00
parent 24379944ab
commit d6dca6e66d
9 changed files with 21 additions and 10 deletions

View file

@ -116,7 +116,7 @@ generateBootAnimationMask() {
local text=$1;
local font=$2
local output=$3;
convert -background black -fill transparent -font "$font" -gravity center -size 512x128 label:"$text\n"$(date +%Y.%m) "$output";
convert -background black -fill transparent -font "$font" -gravity center -size 512x128 label:"$text" "$output";
optipng "$output";
}
export -f generateBootAnimationMask;