fuzzy-i3lock: Use and improve 37c3 fuzzy-i3lock
This commit is contained in:
parent
65f328d09f
commit
a4e7c0d67f
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ screenshot="${TMPDIR:-/tmp}/fuzzy-i3lock.png"
|
|||
scrot -o "$screenshot"
|
||||
|
||||
case $1 in
|
||||
"37c3") mogrify -scale 10% -scale 1000% -blur 0x1 -dither FloydSteinberg -colors 32 "$screenshot"
|
||||
"37c3") mogrify -scale 10% -scale 500% -dither FloydSteinberg -colors 32 -scale 200% "$screenshot"
|
||||
;;
|
||||
*) mogrify -scale 10% -scale 1000% "$screenshot"
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue