diff --git a/dots/bin/i3lock_fk.sh b/dots/bin/i3lock_fk.sh index 9e9bbef..e5d610a 100644 --- a/dots/bin/i3lock_fk.sh +++ b/dots/bin/i3lock_fk.sh @@ -10,8 +10,10 @@ overlay=/home/${USER}/.local/share/img/ gravity=("center" "northwest" "northeast" "southwest" "southeast") random_gravity=${gravity[ $RANDOM % ${#gravity[@]} ]} -echo "${random_image}" -echo "${random_gravity}" +notify-send "${random_image} @ ${random_gravity} coming up…" + +#echo "${random_image}" +#echo "${random_gravity}" #scrot /tmp/currentworkspace.png #convert /tmp/currentworkspace.png -blur 0x5 /tmp/currentworkspaceblur.png