From 9ccd0cb07895910eb2bac6d0d621abb104f15dfe Mon Sep 17 00:00:00 2001 From: committer Date: Sun, 19 May 2024 19:46:13 -0500 Subject: [PATCH] u --- dots/bin/i3lock_fk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/bin/i3lock_fk.sh b/dots/bin/i3lock_fk.sh index f83a648..8799c7b 100644 --- a/dots/bin/i3lock_fk.sh +++ b/dots/bin/i3lock_fk.sh @@ -13,6 +13,6 @@ random_gravity=${gravity[ $RANDOM % ${#gravity[@]} ]} notify-send "${random_image_file} @ ${random_gravity} ➔ coming up…" scrot --display :0 --overwrite /tmp/currentworkspace.png -convert /tmp/currentworkspace.png -blur 0x1 /tmp/currentworkspaceblur.png +convert /tmp/currentworkspace.png -blur 0x9 /tmp/currentworkspaceblur.png composite -gravity ${random_gravity} ${random_image} /tmp/currentworkspaceblur.png /tmp/lockbackground.png i3lock -i /tmp/lockbackground.png