Skip to content

Instantly share code, notes, and snippets.

@PandorasFox
Created July 21, 2016 19:51
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 PandorasFox/b4218b3494d0cb318b27b947cf013927 to your computer and use it in GitHub Desktop.
Save PandorasFox/b4218b3494d0cb318b27b947cf013927 to your computer and use it in GitHub Desktop.
#!/bin/zsh
scrot /tmp/screenshot.png
i3lock-color -c 333333
convert /tmp/screenshot.png -blur 0x5 /tmp/screenshot.png
pkill i3lock-color && i3lock-color -i /tmp/screenshot.png --insidevercolor=BA55D3ff --insidewrongcolor=EE00EEff --i nsidecolor=00000000 --ringvercolor=8B008Bff --ringwrongcolor=8B008Bff --ringcolor=8B008Bff --textcolor=8B008Bff --k eyhlcolor=BA55D3ff --bshlcolor=EE00EEff --separatorcolor=EE00EEff -s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment