Skip to content

Instantly share code, notes, and snippets.

@indeedwatson
Created August 20, 2015 14:07
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 indeedwatson/e869d9282b02548831a7 to your computer and use it in GitHub Desktop.
Save indeedwatson/e869d9282b02548831a7 to your computer and use it in GitHub Desktop.
#!/bin/bash
scrot /tmp/screen.png
convert /tmp/screen.png -scale 10% -scale 1000% /tmp/screen.png
[[ -f $HOME/yama/Pictures/icons/Lock-icon.png ]] && convert /tmp/screen.png $H$
i3lock -u -i /tmp/screen.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment