From bea3dc65cc2e42012f17bb701399df0e694a2cf2 Mon Sep 17 00:00:00 2001 From: Valentin Gehrke Date: Wed, 22 Jul 2015 01:12:27 +0200 Subject: [PATCH] Now dimming the pixelated screenshot to prevent ghosting from white pixels --- scripts/blurlock.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/blurlock.sh b/scripts/blurlock.sh index b075129..2d5af0f 100755 --- a/scripts/blurlock.sh +++ b/scripts/blurlock.sh @@ -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