Skip to content

Instantly share code, notes, and snippets.

@axelmagn
Created February 22, 2014 04:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save axelmagn/9148880 to your computer and use it in GitHub Desktop.
Save axelmagn/9148880 to your computer and use it in GitHub Desktop.
Run i3lock with the screen obfuscated as a background. Requires ImageMagick
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