Delete previous lock screen background

This commit is contained in:
Rodolphe Breard 2019-10-03 22:06:18 +02:00
parent d120cd9d09
commit f4a6f4c0b8

View file

@ -5,6 +5,7 @@ IFS=$'\n\t'
LOCK_BG_FILE="/tmp/lock_screen.png"
rm -f "$LOCK_BG_FILE"
scrot "$LOCK_BG_FILE"
mogrify -filter Gaussian -resize 50% -define filter:sigma=2.5 -resize 200% "$LOCK_BG_FILE"
mogrify -font Liberation-Sans -fill white -undercolor '#00000080' -pointsize 30 -gravity South -annotate +0+200 "Screen locked" "$LOCK_BG_FILE"