Switched to new and improved lock png

This commit is contained in:
Benjamin J. Boyle 2018-07-06 17:42:18 -03:00 committed by GitHub
parent 8aea899f37
commit 6cf8907a47
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 -swirl -30 -gravity center -composite -matte /tmp/head_${i}.png;
convert /tmp/head_${i}.png -paint 1 -swirl 360 ~/.config/i3/lock1.png -swirl -30 -gravity center -composite -matte /tmp/head_${i}.png;
done
}