How does one add a bash command to a menu button in a yad notification. This is my code so far and when you right click on the tray icon, it will show a "Quit" option which when clicked on, does nothing. How does one add functionality to the quit button?
#!/bin/bash
echo "Launch App"
yad --notification --text="My Tray Icon" --menu="Quit" --command="" --no-middle