aboutsummaryrefslogtreecommitdiffstats
path: root/bin/i3lock
blob: 2958667da50b9307e89eac234af9877c42d7d3c5 (plain)
1
2
3
4
5
6
7
#!/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