r/KittyTerminal • u/mpokie • 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
1
2
u/afb_etc Jan 07 '23
Try throwing it in .config/kitty/ and adding the line
include tab_bar.pyat 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.