lock.sh 317 B

12345678910
  1. #!/usr/bin/env bash
  2. rm -f ~/.myScripts/system_exit/screen.png &&
  3. ICON=~/.myScripts/system_exit/lock.png
  4. TMPBG=~/.myScripts/system_exit/screen.png
  5. scrot ~/.myScripts/system_exit/screen.png
  6. convert $TMPBG -scale 10% -scale 1000% $TMPBG
  7. convert $TMPBG $ICON -gravity center -composite -matte $TMPBG
  8. i3lock -t -i $TMPBG