Skip to content

Instantly share code, notes, and snippets.

@chirag64
Last active August 29, 2015 14:19
Show Gist options
  • Save chirag64/26eed7446dd3bd003e30 to your computer and use it in GitHub Desktop.
Save chirag64/26eed7446dd3bd003e30 to your computer and use it in GitHub Desktop.
# How to use:
#
# Dependencies - scort, imagemagick, i3lock
#
# Just place a lock.png in your home folder to overlay whatever you want
#!/bin/bash
scrot -e 'convert -blur 0x3 $f ~/lockbg.png'
convert -gravity center -composite ~/lockbg.png ~/lock.png ~/lockfinal.png
i3lock -i ~/lockfinal.png -p default -e
rm ~/lockfinal.png ~/lockbg.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment