From d2ef3b77e27b93b6a5d6cd7f27b8a721f2d37128 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Sun, 7 Feb 2021 11:16:10 +0100 Subject: [PATCH] scripts/lock: adapt to new small icon --- scripts/lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lock b/scripts/lock index d8eabb4..f485b0d 100755 --- a/scripts/lock +++ b/scripts/lock @@ -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