From e9b0279b5f55ece133be04ba6b3148e77b8366cb Mon Sep 17 00:00:00 2001 From: committer Date: Sun, 19 May 2024 20:16:30 -0500 Subject: [PATCH] u --- dots/bin/i3lock_fk.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dots/bin/i3lock_fk.sh b/dots/bin/i3lock_fk.sh index 70d3555..b8b66d7 100644 --- a/dots/bin/i3lock_fk.sh +++ b/dots/bin/i3lock_fk.sh @@ -12,6 +12,8 @@ random_gravity=${gravity[ $RANDOM % ${#gravity[@]} ]} notify-send "${random_image_file} @ ${random_gravity} ➔ coming up…" +#scrot --display :0 --overwrite /tmp/currentworkspace.png +monitorshot.sh /tmp/currentworkspace.png scrot --display :0 --overwrite /tmp/currentworkspace.png convert /tmp/currentworkspace.png -blur 0x9 /tmp/currentworkspaceblur.png composite -gravity ${random_gravity} ${random_image} /tmp/currentworkspaceblur.png /tmp/lockbackground.png