fuzzy-i3lock: Use and improve 37c3 fuzzy-i3lock

This commit is contained in:
finga 2024-01-03 10:43:20 +01:00
parent 65f328d09f
commit a4e7c0d67f
2 changed files with 2 additions and 2 deletions

View file

@ -291,4 +291,4 @@ workspace $ws11 output $screen0
workspace $ws12 output $screen0 workspace $ws12 output $screen0
# start autolock # start autolock
exec_always xautolock -time 5 -locker "fuzzy-i3lock" exec_always xautolock -time 5 -locker "fuzzy-i3lock 37c3"

View file

@ -11,7 +11,7 @@ screenshot="${TMPDIR:-/tmp}/fuzzy-i3lock.png"
scrot -o "$screenshot" scrot -o "$screenshot"
case $1 in 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" *) mogrify -scale 10% -scale 1000% "$screenshot"
;; ;;