From 96d6a9fa2db43ca1c1cbad795355f75627c0fca7 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Tue, 16 May 2023 00:49:21 +0200 Subject: use pixelate instead of imagemagick --- bin/guiscripts/locker | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/guiscripts/locker') diff --git a/bin/guiscripts/locker b/bin/guiscripts/locker index 0070a86..972843b 100755 --- a/bin/guiscripts/locker +++ b/bin/guiscripts/locker @@ -1,8 +1,8 @@ #!/bin/sh -which swaylock convert grim > /dev/null || +which swaylock grim pixelate > /dev/null || exit 1 umask 077 file=/tmp/bg.png grim -l 0 - > $file -convert -resize 10% -resize 1000% $file $file -swaylock -i $file +pixelate $file $file +swaylock -u -i $file -- cgit v1.2.3