Skip to content

Instantly share code, notes, and snippets.

@shieldsd
Created May 23, 2019 10:02
Show Gist options
  • Save shieldsd/ddf6ff6ce03d1225c6c0375e25fa3dfc to your computer and use it in GitHub Desktop.
Save shieldsd/ddf6ff6ce03d1225c6c0375e25fa3dfc to your computer and use it in GitHub Desktop.
#!/bin/bash
scrot /tmp/screen.png
convert -blur 0x4 /tmp/screen.png /tmp/blur.png
rm /tmp/screen.png
i3lock -i /tmp/blur.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment