notify-send.sh icon indicating copy to clipboard operation
notify-send.sh copied to clipboard

--action blocks until button is pressed or notification expires

Open whew-inc opened this issue 4 years ago • 1 comments

My use case:

  1. Take a screenshot
  2. Show a notification using this library saying it's uploading to hosting service, show a button to copy the raw image to clipboard in meantime
  3. When done uploading, replace the original notification with one containing 2 buttons: one to copy the url of the image and one to copy raw image

Issue: notify-send with --action parameter won't return until action is triggered or notification expires. This means I can't start uploading the image until one of either happens.

whew-inc avatar Oct 26 '21 15:10 whew-inc

this one fixes that https://github.com/bkw777/notify-send.sh this one probably works too https://github.com/M3TIOR/notify-send.sh

bkw777 avatar Jun 10 '23 23:06 bkw777