Skip to content

Instantly share code, notes, and snippets.

@alexfornuto
Created April 5, 2016 18:41
Show Gist options
  • Save alexfornuto/c4146e23b9d5fa3882ea7e0c17fdb605 to your computer and use it in GitHub Desktop.
Save alexfornuto/c4146e23b9d5fa3882ea7e0c17fdb605 to your computer and use it in GitHub Desktop.
blurry locker
#!/bin/bash
scrot /tmp/screen_locked.png
convert /tmp/screen_locked.png -scale 5% -scale 2000% /tmp/screen_locked2.png
i3lock -i /tmp/screen_locked2.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment