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
|
@ -291,4 +291,4 @@ workspace $ws11 output $screen0
|
|||
workspace $ws12 output $screen0
|
||||
|
||||
# start autolock
|
||||
exec_always xautolock -time 5 -locker "fuzzy-i3lock"
|
||||
exec_always xautolock -time 5 -locker "fuzzy-i3lock 37c3"
|
||||
|
|
|
@ -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…
Reference in a new issue