tym
tym copied to clipboard
Background image option not working as expected
Hello.
I was setting the background image for tym using the background_image option but the image only shows up behind the padding area and not the actual typing area. I am not using any theme file here.
If i set color_background to transparent using rgba then it becomes like this:
How about trying below.
$ tym --background_image=/path/to/image.png --color_background=NONE
Thanks! this worked.
Edit: Seems like it only works correctly with vte3. vte3-git makes the background behind the text show background color instead of background image.
Also one more thing, is it possible to have search mode in tym? vte supports one like this:
Thank you for your hard work.