Skip to content

Instantly share code, notes, and snippets.

@laynax
Created July 25, 2017 12:28
Show Gist options
  • Save laynax/cd9b9ec353dd9af81e6b523b34f49e56 to your computer and use it in GitHub Desktop.
Save laynax/cd9b9ec353dd9af81e6b523b34f49e56 to your computer and use it in GitHub Desktop.
#!/bin/bash
scrot 'ss.png' -e 'mv $f ~/Pictures'
convert ~/Pictures/ss.png -blur 0x5 ~/Pictures/sss.png
i3lock -f -i ~/Pictures/sss.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment