avizo
avizo copied to clipboard
How to specify a custom image?
Hi,
I'm trying to define a custom notification for the play-pause button, I didn't undestand how to pass an image to display.
Reading the help command output, I saw that there are two parameters --image-base-dir=PATH
and --image-path=PATH
.
I tried to pass both, the absolute path without the base-dir, and the relavite one.
I also tried to understand where the already given images are stored, but I suspect that are deployed inside the elf.
Can you give me some advice about it? Thank you
So you made a custom script calling avizo-client
with said parameters, correct?
Looking at the code, my suspicion is that --image-resource
has a default value and overwrites the image you want to set. If you pass --image-resource ""
i think it should work. But for sure that's a bug and it appears #59 once merged will solve this.