#!/usr/bin/env bash image_location=/tmp/$(whoami)/screen_locked.png xset b off scrot -q 100 $image_location convert -quality 1 -implode 1 -motion-blur 16x10 $image_location $image_location i3lock -i $image_location -ef