Skip to content

Instantly share code, notes, and snippets.

@RaD
Created April 27, 2016 05:35
Show Gist options
  • Save RaD/05d49c591b212e928af1ae42e554b5a0 to your computer and use it in GitHub Desktop.
Save RaD/05d49c591b212e928af1ae42e554b5a0 to your computer and use it in GitHub Desktop.
Cool feature for original i3lock
#!/bin/bash
scrot ~/.i3/locker.png -e 'convert $f -blur 5x4 ~/.i3/locker-blurred.png && composite -gravity center ~/.i3/icon_100.png ~/.i3/locker-blurred.png ~/.i3/locker-composed.png'
rm -f ~/.i3/locker.png ~/.i3/locker-blurred.png
i3lock -b -i ~/.i3/locker-composed.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment