Skip to content

Instantly share code, notes, and snippets.

@jmz-b
Created July 1, 2019 01:01
Show Gist options
  • Save jmz-b/5dfd019e64a220e4a90bd58ee4e9c218 to your computer and use it in GitHub Desktop.
Save jmz-b/5dfd019e64a220e4a90bd58ee4e9c218 to your computer and use it in GitHub Desktop.
run i3lock with blurred screenshot as background
#!/bin/sh
scrot /tmp/screenshot.png
convert /tmp/screenshot.png -blur 0x5 /tmp/screenshotblur.png
i3lock -i /tmp/screenshotblur.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment