configfiles/scripts/blurlock.sh

10 lines
142 B
Bash
Raw Normal View History

2015-05-29 21:08:06 +02:00
#!/bin/bash
TMP=/tmp/lockscreen.png
#scrot -q 30 -z $TMP
#convert $TMP -scale 10% -scale 1000% $TMP
blurscreen $TMP
exec i3lock -u -i $TMP