Added appropriate swirl to lock image

This commit is contained in:
Benjamin J. Boyle 2018-07-06 17:39:38 -03:00 committed by GitHub
parent db952b5616
commit 8c741957fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ xdpyinfo -ext XINERAMA | sed '/^ head #/!d;s///' |
# Add the lock to the swirled and blurred images:
for i in `seq 0 ${INDEX}`;
do
convert /tmp/head_${i}.png -paint 1 -swirl 360 ~/.config/i3/lock.png -gravity center -composite -matte /tmp/head_${i}.png;
convert /tmp/head_${i}.png -paint 1 -swirl 360 ~/.config/i3/lock.png -swirl -30 -gravity center -composite -matte /tmp/head_${i}.png;
done
}