Created
October 20, 2018 01:39
-
-
Save miguelcostero/0eec5614693eea5dc4ee2ef76a87ded0 to your computer and use it in GitHub Desktop.
i3lock screen lock
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 /tmp/screen.png | |
xwobf -s 11 /tmp/screen.png | |
i3lock -i /tmp/screen.png | |
rm /tmp/screen.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment