Merge 6cf8907a470eff23a6d7227c9ac0463dccb4278e into db952b561606228d7e2f20e8bbcd8c69f534a444

This commit is contained in:
Benjamin J. Boyle 2018-07-06 20:47:17 +00:00 committed by GitHub
commit 1b05ca3176
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.7 KiB

View File

@ -14,7 +14,7 @@ xdpyinfo -ext XINERAMA | sed '/^ head #/!d;s///' |
# Add the lock to the swirled and blurred images: # Add the lock to the swirled and blurred images:
for i in `seq 0 ${INDEX}`; for i in `seq 0 ${INDEX}`;
do 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/lock1.png -swirl -30 -gravity center -composite -matte /tmp/head_${i}.png;
done done
} }

BIN
.config/i3/lock1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB