Now dimming the pixelated screenshot to prevent ghosting from white pixels
This commit is contained in:
parent
f842f3231c
commit
bea3dc65cc
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue