#!/bin/bash

notify-send 'Locking screen please wait...'
scrot /tmp/screen_locked.png
convert /tmp/screen_locked.png -blur 0x10 /tmp/screen_locked.png
i3lock -i /tmp/screen_locked.png
rm /tmp/screen_locked.png
