In the work right now so I cant describe everything, but basically, I'm trying to trigger a notification on my Ubuntu Desktop with the command below:
{"trigger":"Celular carregado","command":"notify-send -i battery-full-charging \"Celular carregado\" \"A bateria está em 95%\"","ground":"background","voice":"celular carregado","allowParams": "false"}
Other background commands that I have, like shutdown, suspend pc, they work fine (that means my background service is installed correctly). But the notification doesn't.
The command shows up in the dashboard
When triggering the command it shows up in the log and says "command ran"
What I don't understand is that if I run the command manually on the terminal, the notification shows up as expected.
Can someone give me a clue on how to do that???