From 8c741957fa13220571bbb730a57a17ec439038a7 Mon Sep 17 00:00:00 2001 From: "Benjamin J. Boyle" Date: Fri, 6 Jul 2018 17:39:38 -0300 Subject: [PATCH] Added appropriate swirl to lock image --- .config/i3/lock.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/i3/lock.sh b/.config/i3/lock.sh index 47bf0917..6577e9d9 100755 --- a/.config/i3/lock.sh +++ b/.config/i3/lock.sh @@ -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 }