Created
May 23, 2019 10:02
-
-
Save shieldsd/ddf6ff6ce03d1225c6c0375e25fa3dfc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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