configfiles/scripts/blurlock.sh

12 lines
234 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
#convert -brightness-contrast -50x-40 $TMP $TMP
convert -fill black -colorize 50% $TMP $TMP
2015-05-29 21:08:06 +02:00
exec i3lock -u -i $TMP