Created
February 22, 2014 04:43
-
-
Save axelmagn/9148880 to your computer and use it in GitHub Desktop.
Run i3lock with the screen obfuscated as a background. Requires ImageMagick
This file contains 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
import -window root $HOME/.i3lockbg | |
convert -scale 10% 1000% $HOME/.i3lockbg $HOME/.i3lockbg | |
i3lock -i $HOME/.i3lockbg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment