Advertisement
Guest User

lock.sh

a guest
Jul 20th, 2015
501
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.13 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. scrot /tmp/screen_locked.png
  4. mogrify -scale 10% -scale 1000% /tmp/screen_locked.png
  5. i3lock -i /tmp/screen_locked.png
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement