/ convert ➔ magick

This commit is contained in:
committer@tuxwarrior
2025-04-04 07:14:14 -05:00
parent 69de6d25c4
commit 65d3f5aa81

View File

@@ -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)