Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Something like tab_bar_begin_template and tab_bar_end_template? #3953

Closed
ryanerwin opened this issue Aug 19, 2021 · 1 comment
Closed

Something like tab_bar_begin_template and tab_bar_end_template? #3953

ryanerwin opened this issue Aug 19, 2021 · 1 comment

Comments

@ryanerwin
Copy link

Is your feature request related to a problem? Please describe.
I'm trying to emulate my tmuxline.vim style status bar in Kitty
image

Describe the solution you'd like
I would like to have options similar to tab_title_template that apply to the beginning and end of the status line.

For example, at the beginning of the line I would like to have the kitty window number, and at the end of the line, I would like to have the system name. Anything that you would put in a vim statusline or i3bar might be a good candidate for the status bar.

Describe alternatives you've considered
This is just a nice to have.... Would be nice include more information into the status bar.
Of course we can use kitty productively without that - just a nice to have.

Additional context
The current tab_title_template works great! Currently I'm using:

tab_title_template "{index}  {title[:5]}"

On top is my tmux statusline. On the bottom is my Kitty tab bar
image

@kovidgoyal
Copy link
Owner

This isnt something that's worth the effort to me, but a PR is welcome.
Note that as far as status lines are concerned, my plan is to implement
something along the lines of: #2391 for a general solution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants