Change blur level to be a bit more aggressive.

This commit is contained in:
Sebastian Bugge 2024-12-27 00:14:32 +01:00
parent 2d07fdf98c
commit 2be6b2c0c0
Signed by: kaholaz
GPG key ID: 2EFFEDEE03519691

View file

@ -2,7 +2,7 @@
lock() { lock() {
width_height=$(xdpyinfo | awk '/dimensions/ {print $2}') width_height=$(xdpyinfo | awk '/dimensions/ {print $2}')
scrot - | convert - -scale 80% -blur 0x2.0 -resize "$width_height" RGB:- | i3lock --nofork --raw "$width_height":rgb --image /dev/stdin scrot - | convert - -scale 10% -blur 0x2.0 -resize "$width_height" RGB:- | i3lock --nofork --raw "$width_height":rgb --image /dev/stdin
} }
case "$1" in case "$1" in