Skip to content

Instantly share code, notes, and snippets.

@alexlangberg
Created May 28, 2015 07:55
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 alexlangberg/e1c374090adf4d2600a9 to your computer and use it in GitHub Desktop.
Save alexlangberg/e1c374090adf4d2600a9 to your computer and use it in GitHub Desktop.
Lock script for i3lock.
#!/bin/bash
scrot ~/.i3/i3lock-screenshot.png
convert ~/.i3/i3lock-screenshot.png -blur 0x5 ~/.i3/i3lock-screenshot-blur.png
i3lock -i ~/.i3/i3lock-screenshot-blur.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment