#!/bin/sh
#https://yad-guide.ingk.se/notification/yad-notification.html

yad --notification --item-separator=":" --no-middle \
  --text="pRecorder" \
  --image='/usr/local/precorder/icons/precorder.svg' \
  --icon-size 48 \
  --command="" \
  --menu="pRecorder:/usr/local/precorder/precorder:gtk-open|Start Recording:/usr/local/precorder/startrecord:gtk-media-record|Stop Recording:/usr/local/precorder/stoprecord:gtk-stop|————————:|pSnip:/usr/local/precorder/psnip:gtk-open|Take Screenshot:/usr/local/precorder/screenshot:gtk-ok|Quit:quit:gtk-quit"
