Skip to content

Instantly share code, notes, and snippets.

@orymate
Created June 30, 2014 15:17
Show Gist options
  • Save orymate/7c5c6948527561b50a86 to your computer and use it in GitHub Desktop.
Save orymate/7c5c6948527561b50a86 to your computer and use it in GitHub Desktop.
lock.sh
#!/bin/bash
scrot /tmp/screen_locked.png
convert /tmp/screen_locked.png -scale 20% -scale 500% /tmp/screen_locked2.png
i3lock -i /tmp/screen_locked2.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment