Skip to content

Instantly share code, notes, and snippets.

@Kunsi
Created January 14, 2018 16:09
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 Kunsi/43b9c718cd55569d768048a297afbcf0 to your computer and use it in GitHub Desktop.
Save Kunsi/43b9c718cd55569d768048a297afbcf0 to your computer and use it in GitHub Desktop.
#!/bin/bash
scrot -z /home/kunsi/screenlock.png
gm convert -scale 10% -scale 1000% /home/kunsi/screenlock.png /home/kunsi/screenlock.png
gm composite -gravity center /home/kunsi/Pictures/screenlock-overlay.png /home/kunsi/screenlock.png /home/kunsi/screenlock.png
i3lock -i /home/kunsi/screenlock.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment