/ convert ➔ magick
This commit is contained in:
@@ -17,7 +17,7 @@ notify-send "${random_image_filname} @ ${random_gravity}"
|
|||||||
|
|
||||||
# take a screenshot of the entire screen, and blur this
|
# take a screenshot of the entire screen, and blur this
|
||||||
scrot --overwrite /tmp/currentworkspace.png
|
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
|
# find height of background image, and set the overlay to be 1/3 of this
|
||||||
workspaceHeight=$(magick /tmp/currentworkspaceblur.png -print "%h" /dev/null)
|
workspaceHeight=$(magick /tmp/currentworkspaceblur.png -print "%h" /dev/null)
|
||||||
|
|||||||
Reference in New Issue
Block a user