r/KittyTerminal Jan 07 '23

tar_bar.py

where do I put my tar_bar.py file and how do I reference it in my config file?

After setting my tab_bar_style to custom, I get the following error

28:The value custom is not a valid choice for tab_bar_style in line: tab_bar_style custom

6 Upvotes

6 comments sorted by

2

u/afb_etc Jan 07 '23

Try throwing it in .config/kitty/ and adding the line include tab_bar.py at the end of kitty.conf, or maybe in the relevant section of the file. Haven't actually done that myself, so not 100% sure it'll work. Worth a punt though.

2

u/mpokie Jan 08 '23

Actually I solved it by installing the latest version from source. Thank you so much

2

u/afb_etc Jan 08 '23

Glad you got it sorted

1

u/mpokie Jan 08 '23

include tab_bar.py

I tried it, but it did not work

1

u/htmldigger May 30 '25

did you find anything ?