Now dimming the pixelated screenshot to prevent ghosting from white pixels

This commit is contained in:
madmaurice 2015-07-22 01:12:27 +02:00
parent f842f3231c
commit bea3dc65cc

View file

@ -6,4 +6,6 @@ TMP=/tmp/lockscreen.png
#convert $TMP -scale 10% -scale 1000% $TMP
blurscreen $TMP
#convert -brightness-contrast -50x-40 $TMP $TMP
convert -fill black -colorize 50% $TMP $TMP
exec i3lock -u -i $TMP