Skip to content

Instantly share code, notes, and snippets.

@nrktkt
Created May 26, 2017 06:11
Show Gist options
  • Save nrktkt/8611cdd540f34d2388a54b8cd2194b67 to your computer and use it in GitHub Desktop.
Save nrktkt/8611cdd540f34d2388a54b8cd2194b67 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
icon="$HOME/.xlock/icon.png"
tmpbg='/tmp/screen.png'
(( $# )) && { icon=$1; }
scrot "$tmpbg"
convert "$tmpbg" -scale 5% -scale 2000% "$tmpbg"
# convert "$tmpbg" "$icon" -gravity center -composite -matte "$tmpbg"
i3lock -i "$tmpbg"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment