Hi again, Got it working in the meantime. just one more thing. In my other post, I had problems with the common segments but git was working, now its the opposite, commons are fine but git isn't.
powerline.segments.common.vcs.branch and also powerline_gitstatus.gitstatus aren't showing anymore. Neither right or left.
When I run powerline tmux rightpowerline tmux left I get (symbols displayed correctly though):
[fg=colour250,bg=colour240,nobold,noitalics,nounderscore] ~ #[fg=colour245,bg=colour240,nobold,noitalics,nounderscore] #[fg=colour250,bg=colour240,nobold,noitalics,nounderscore]Documents #[fg=colour245,bg=colour240,nobold,noitalics,nounderscore] #[fg=colour252,bg=colour240,bold,noitalics,nounderscore]gitTest #[fg=colour240,bg=colour236,nobold,noitalics,nounderscore]î‚°Â #[fg=colour247,bg=colour236,nobold,noitalics,nounderscore]î‚ Â No commits yet on master#[fg=colour214,bg=colour236,nobold,noitalics,nounderscore] … 2 #[fg=colour247,bg=colour236,nobold,noitalics,nounderscore] #[fg=colour250,bg=colour236,nobold,noitalics,nounderscore]î‚ Â master #[fg=colour236,bg=default,nobold,noitalics,nounderscore]î‚°Â

My tmux theme:
{
"segments": {
"left": [
{
"function": "powerline.segments.common.env.cwd"
},
{
"function": "powerline_gitstatus.gitstatus",
},
{
"function": "powerline.segments.common.vcs.branch"
}
],
"right": [
{
"function": "powerline.segments.common.net.network_load"
},
{
"function": "powerline.segments.common.sys.uptime",
"priority": 50,
"before": "UP: "
},
{
"function": "powerline.segments.common.sys.cpu_load_percent",
"priority": 50,
"before": "CPU: "
},
{
"function": "powerline.segments.common.net.external_ip"
}
]
}
}
How do I get the git status displayed again? It's obviously working, just not displayed. Vim displays it, just not tmux.
See vim status line for comparison:

Thanks!
Did you restart daemon? It is needed to pick changes, though working powerline tmux right while not working in tmux is odd with the configuration, except that you definitely messed something up in your report: configuration lists the segment in question on the left, but powerline tmux right won’t obviously ever give you segments from the left side.
And based on your image I suggest you not use left side at all: it looks like tmux has positioned window segments there and left not enough space for actual powerline left side. Not sure whether this may be configured (I think it is), but note that “segments” which list windows are not controlled by powerline.
Whoops, mixed up the powerline tmux command in my previous post. But corrected it now. Sorry. Yes, I restarted the demon of course: powerline-daemon --replace.
So I guess that I'll have to edit my tmux.conf to change these window counting segments and get the powerline segments displayed correctly again. Let's see how that goes....maybe thats even fixable :-)
Note that while those segments are not controlled by powerline, they are still defined in powerline configuration (which is loaded asynchronously, so redefining them after sourcing powerline.conf will not work). What is not defined by powerline configuration is their positioning and, AFAIR, presence.