simple tool to for adding shadows and border radius to an image.
pipe an image to shhh and receive the image data via stdout.
specify --input and/or --output in order to override this behavior.
grim -g"$(slurp)" - | shhh > image.png
alternatively, replace the image out with your clipboard of choice, like so:
grim -g"$(slurp)" - | shhh -e -20,-20 -s 20 -a 120| wl-copy --type image/png