tym icon indicating copy to clipboard operation
tym copied to clipboard

Background image option not working as expected

Open pansy27 opened this issue 2 years ago • 2 comments

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. 05_11_43

If i set color_background to transparent using rgba then it becomes like this: 05_15_35

pansy27 avatar Oct 15 '22 23:10 pansy27

How about trying below.

$ tym --background_image=/path/to/image.png --color_background=NONE 

endaaman avatar Oct 24 '22 09:10 endaaman

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: 05_58_40

Thank you for your hard work.

pansy27 avatar Oct 25 '22 00:10 pansy27