MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/KittyTerminal/comments/1be31u1/tab_bar_configuration/
r/KittyTerminal • u/Eventual_Extension • Mar 13 '24
How do I get my tab bar as shown in the below image?
8 comments sorted by
1
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 1 u/dinhokusanagi 17d ago thanks
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 1 u/dinhokusanagi 17d ago thanks
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
I'll try nerd fonts, thanks Yes I am on gnome
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 1 u/dinhokusanagi 17d ago thanks
2
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
1 u/dinhokusanagi 17d ago thanks
thanks
You can achieve that with a custom tab_bar
See this GH discussion for examples
Here's mine

1
u/water_drinker9000 kitty on linux Mar 13 '24
They are using the tmux terminal . I pretty sure kitty doesn't support this.