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

Turn off window_id from the window label in powerline-tmux #2216

Open
LudwikBielczynski opened this issue Aug 22, 2022 · 0 comments
Open

Turn off window_id from the window label in powerline-tmux #2216

LudwikBielczynski opened this issue Aug 22, 2022 · 0 comments

Comments

@LudwikBielczynski
Copy link

Is it possible to change the formatting of the window labels (e.g. turn off the window_id)?
enter image description here

I know that in .byobu/.tmux.conf we can set it up in tmux windows options:

set-window-option -g window-status-format "#W#F"
set-window-option -g window-status-current-format "#W#F"
set-window-option -g window-status-bell-format "#W#F"

keeping only the window name and the status.

Afterwards, I have tried to run powerline:

source "/usr/share/powerline/bindings/tmux/powerline.conf"

It introduces the powerline styling and formatting, however, it reverses the formatting done directly on tmux level. Making it the other way around keeps the correct label formatting, however, cancels all the formatting done by powerline.

Is there a way to set up in powerline directly?

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

No branches or pull requests

1 participant