From 65d3f5aa811b131167a08f708752e34647231e75 Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Fri, 4 Apr 2025 07:14:14 -0500 Subject: [PATCH] =?UTF-8?q?/=20convert=20=E2=9E=94=20magick?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dots/bin/i3lock_fk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)