From c361ab96b2069ce6e324fba18f6f4306881542db Mon Sep 17 00:00:00 2001 From: committer Date: Mon, 20 May 2024 07:10:25 -0500 Subject: [PATCH] u --- dots/bin/i3lock_fk.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dots/bin/i3lock_fk.sh b/dots/bin/i3lock_fk.sh index df761f1..db7e794 100644 --- a/dots/bin/i3lock_fk.sh +++ b/dots/bin/i3lock_fk.sh @@ -10,10 +10,10 @@ random_image=${img_dir}/${random_image_file} gravity=("center" "northwest" "northeast" "southwest" "southeast") random_gravity=${gravity[ $RANDOM % ${#gravity[@]} ]} -notify-send "${random_image_file} @ ${random_gravity} ➔ coming up…" +notify-send "${random_image_file} @ ${random_gravity}" -#scrot --display :0 --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 +scrot --display :0 --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