From 72a7e636eb92c2337e5bac3ca41bc01fb130cf4d Mon Sep 17 00:00:00 2001 From: committer Date: Mon, 20 May 2024 07:11:18 -0500 Subject: [PATCH] u --- dots/bin/i3lock_fk.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dots/bin/i3lock_fk.sh b/dots/bin/i3lock_fk.sh index db7e794..df75bba 100644 --- a/dots/bin/i3lock_fk.sh +++ b/dots/bin/i3lock_fk.sh @@ -12,8 +12,8 @@ random_gravity=${gravity[ $RANDOM % ${#gravity[@]} ]} notify-send "${random_image_file} @ ${random_gravity}" -scrot --display :0 --overwrite /tmp/currentworkspace.png +scrot --overwrite /tmp/currentworkspace.png #monitorshot.sh /tmp/currentworkspace.png convert /tmp/currentworkspace.png -blur 0x9 /tmp/currentworkspaceblur.png composite -gravity ${random_gravity} ${random_image} /tmp/currentworkspaceblur.png /tmp/lockbackground.png -#i3lock --tiling -i /tmp/lockbackground.png +i3lock --tiling -i /tmp/lockbackground.png