Created
May 28, 2015 07:55
-
-
Save alexlangberg/e1c374090adf4d2600a9 to your computer and use it in GitHub Desktop.
Lock script for 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/i3lock-screenshot.png | |
convert ~/.i3/i3lock-screenshot.png -blur 0x5 ~/.i3/i3lock-screenshot-blur.png | |
i3lock -i ~/.i3/i3lock-screenshot-blur.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment