Created
April 27, 2016 05:35
-
-
Save RaD/05d49c591b212e928af1ae42e554b5a0 to your computer and use it in GitHub Desktop.
Cool feature for original i3lock
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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