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

unable to window tab glyphs #21

Open
kameshsampath opened this issue May 11, 2019 · 5 comments
Open

unable to window tab glyphs #21

kameshsampath opened this issue May 11, 2019 · 5 comments

Comments

@kameshsampath
Copy link

After installing powerline patched fonts on OSX with iTerm2 , I see the glyphs seem to be broken.

setw -g window-status-current-format "#[fg=$color_dark,bg=$color_main]$separator_powerline_right#[default]#I:#W# #[fg=$color_main,bg=$color_dark]$separator_powerline_right#[default]"

image

I need to make the adjustment as shown below removing #[default] to see the glyph arrows

setw -g window-status-current-format "#[fg=$color_dark,bg=$color_main]$separator_powerline_right #I:#W #[fg=$color_main,bg=$color_dark]$separator_powerline_right#[default]"

image

thoughts?

@wzshiming
Copy link

I had the same problem after upgrading to tmux. thank you.

@latorrefabian
Copy link

me too thanks for the fix

@mohitt
Copy link

mohitt commented Jun 10, 2019

white color is still gone, the tab text now shows in black color, this with the latest version of tmux

mohitt pushed a commit to mohitt/tmux-config that referenced this issue Jun 10, 2019
@tfriedel
Copy link

tfriedel commented Sep 19, 2019

thanks for the fix.
change the line to this and you get the white text color:

setw -g window-status-current-format "#[fg=$color_dark,bg=$color_main]$separator_powerline_right#[fg=$color_light] #I:#W# #[fg=$color_main,bg=$color_dark]$separator_powerline_right#[default]"

@filipmacek
Copy link

Thanks great fix, just what i needed

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

6 participants