Skip to content

Instantly share code, notes, and snippets.

@riston
Created December 16, 2015 10:24
Show Gist options
  • Save riston/26917c700534d40baa95 to your computer and use it in GitHub Desktop.
Save riston/26917c700534d40baa95 to your computer and use it in GitHub Desktop.
#!/bin/sh
scrot /tmp/screenshot.png
convert /tmp/screenshot.png -blur 0x7 /tmp/screenshotblur.png
i3lock -i /tmp/screenshotblur.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment