tmux-config icon indicating copy to clipboard operation
tmux-config copied to clipboard

unable to window tab glyphs

Open kameshsampath opened this issue 6 years ago • 5 comments

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?

kameshsampath avatar May 11 '19 05:05 kameshsampath

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

wzshiming avatar May 14 '19 09:05 wzshiming

me too thanks for the fix

latorrefabian avatar May 19 '19 17:05 latorrefabian

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

mohitt avatar Jun 10 '19 23:06 mohitt

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]"

tfriedel avatar Sep 19 '19 14:09 tfriedel

Thanks great fix, just what i needed

filipmacek avatar May 12 '20 21:05 filipmacek