diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-19 01:10:07 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-19 01:10:07 +0200 |
commit | af008c04da1b2f7be99a82eab70abe4587a2a115 (patch) | |
tree | 9b130c2c720f060c09d6f82c1c8ebfafaacf3548 | |
parent | 6021d0bcee7ae68780af85107366b2266bba8a33 (diff) |
increase speed by not compressing
-rwxr-xr-x | bin/guiscripts/locker | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/guiscripts/locker b/bin/guiscripts/locker index 3d09053..0070a86 100755 --- a/bin/guiscripts/locker +++ b/bin/guiscripts/locker @@ -3,6 +3,6 @@ which swaylock convert grim > /dev/null || exit 1 umask 077 file=/tmp/bg.png -grim - > $file +grim -l 0 - > $file convert -resize 10% -resize 1000% $file $file swaylock -i $file |