Skip to content

Instantly share code, notes, and snippets.

@tecbeast42
Last active April 26, 2017 09:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tecbeast42/433bbf8eb71febb70414d917bf4ad4a6 to your computer and use it in GitHub Desktop.
Save tecbeast42/433bbf8eb71febb70414d917bf4ad4a6 to your computer and use it in GitHub Desktop.
blurlock pixel style
#!/bin/bash
xwd -root | convert xwd:- -scale 16% -scale 625% /tmp/screenshotpixel.png
i3lock -i /tmp/screenshotpixel.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment