#!/bin/bash
# /usr/bin/blurlock

# take screenshot
# import -window root /tmp/screenshot.png

# blur it
#convert /tmp/screenshot.png -blur 0x5 /tmp/screenshotblur.png
#rm /tmp/screenshot.png

# lock the screen
i3lock -i /usr/share/backgrounds/numix_JT.png

exit 0
