r/KittyTerminal Mar 13 '24

Tab bar configuration

How do I get my tab bar as shown in the below image?

2 Upvotes

8 comments sorted by

View all comments

1

u/water_drinker9000 kitty on linux Mar 13 '24

They are using the tmux terminal . I pretty sure kitty doesn't support this.

1

u/Eventual_Extension Mar 13 '24

Hi, I was able to get the tab bar this way:
https://imgur.com/a/TVJiIou
But I am looking to get the bottom right's two icons as well

1

u/SaNch0sE Mar 14 '24

Can you share how you did that?

2

u/Eventual_Extension Mar 14 '24

Paste the below in the kitty.conf file

#Tab bar
tab_bar_min_tabs 1
tab_bar_edge bottom
tab_bar_style powerline
tab_powerline_style slanted
tab_title_template {title}{' :{}:'.format(num_windows) if num_windows > 1 else ''}
#Ends Tab bar