Skip to content

How to fix gap where background color is missing? #436

Closed Answered by xx4h
mikehaertl asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @mikehaertl

I can not reproduce this behaviour with the changes you mentioned in config.sh.

To further investigate your issue, i can manually reproduce your behaviour by setting one of the following (not 100% sure your screenshot shows "black" or "transparent" background color):

  • manually set status-style to "black" or "transparent":
    tmux set-option -g status-style bg=colour0
    
    (or tmux set-option -g status-style default for transparent)
  • Set status-style in ~/.tmux.conf after loading tmux-powerline:
    set -g status-style bg=colour0
    
  • Set TMUX_POWERLINE_STATUS_STYLE in config.sh:
    export TMUX_POWERLINE_STATUS_STYLE="bg=colour0"
    

To see if status-style is the problem you can run

tmux show-…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by mikehaertl
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants