#1934·powerline

tmux git in left status bar not showing

Author: avermaetCreated Jul 21, 2018Updated Apr 9, 2025
Labelst:bugs:invalidc:e:tmux

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

screen shot 2018-07-21 at 13 13 27

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: screen shot 2018-07-21 at 13 57 55

Thanks!