scripts/lock: adapt to new small icon
This commit is contained in:
parent
e08878d841
commit
d2ef3b77e2
@ -6,6 +6,6 @@ test $# -eq 1 && icon=$1
|
||||
|
||||
scrot $tmpbg
|
||||
gm convert $tmpbg -scale 10% -scale 1000% $tmpbg
|
||||
gm composite -resize 256x256^ -gravity center "$icon" $tmpbg $tmpbg
|
||||
gm composite -filter point -resize 48x48 -gravity center "$icon" $tmpbg $tmpbg
|
||||
i3lock -u -i $tmpbg 2>/dev/null
|
||||
rm $tmpbg
|
||||
|
Loading…
Reference in New Issue
Block a user