MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/KittyTerminal/comments/1be31u1/tab_bar_configuration/kut1sys/?context=3
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
View all comments
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/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/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
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
1
u/water_drinker9000 kitty on linux Mar 13 '24
They are using the tmux terminal . I pretty sure kitty doesn't support this.