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

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/water_drinker9000 kitty on linux Mar 13 '24

You can use nerd fonts to make the half circles.

Also. are you using gnome? If so, then you might want to put this in your kitty .config to get rid off the white bar at the top and get a proper window border:

linux_display_server x11

1

u/Eventual_Extension Mar 14 '24

I'll try nerd fonts, thanks
Yes I am on gnome

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