diff --git a/.config/i3/lock.sh b/.config/i3/lock.sh index 4031757..c50e0c2 100755 --- a/.config/i3/lock.sh +++ b/.config/i3/lock.sh @@ -6,11 +6,8 @@ timeout="10000" # Take a screenshot: scrot /tmp/screen.png -# Create a blur on the shot: -convert /tmp/screen.png -paint 1 -swirl 360 /tmp/screen.png - -# Add the lock to the blurred image: -[[ -f ~/.config/i3/lock.png ]] && convert /tmp/screen.png ~/.config/i3/lock.png -gravity center -composite -matte /tmp/screen.png +# Add the lock to the swirled and blurred image: +[[ -f ~/.config/i3/lock.png ]] && convert /tmp/screen.png -paint 1 -swirl 360 ~/.config/i3/lock.png -gravity center -composite -matte /tmp/screen.png # Pause music (mocp and mpd): mocp -P