#!/bin/bash sleep 1 import -window root /tmp/screenshot.png convert /tmp/screenshot.png -blur 15x15 /tmp/screenshot_blur.png i3lock -i /tmp/screenshot_blur.png