diff --git a/dots/bin/i3lock_fk.sh b/dots/bin/i3lock_fk.sh index 953af4b..00899aa 100755 --- a/dots/bin/i3lock_fk.sh +++ b/dots/bin/i3lock_fk.sh @@ -17,7 +17,7 @@ notify-send "${random_image_filname} @ ${random_gravity}" # take a screenshot of the entire screen, and blur this scrot --overwrite /tmp/currentworkspace.png -convert /tmp/currentworkspace.png -blur 0x9 /tmp/currentworkspaceblur.png +magick /tmp/currentworkspace.png -blur 0x9 /tmp/currentworkspaceblur.png # find height of background image, and set the overlay to be 1/3 of this workspaceHeight=$(magick /tmp/currentworkspaceblur.png -print "%h" /dev/null)