You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*note that this assumes changes I made to `tmux-powerline` locally will be accepted
upstream: see [here](erikw/tmux-powerline#362).
also added TODO to fix mode_indicator color scheme
# Overlay directory to look for segments. There you can put your own segments outside the repo. Fallback will still be the "segments" directory in the repo.
@@ -52,6 +51,9 @@ fi
52
51
# The maximum length of the right status bar.
53
52
export TMUX_POWERLINE_STATUS_RIGHT_LENGTH="90"
54
53
54
+
# The separator to use between windows on the status bar.
55
+
export TMUX_POWERLINE_WINDOW_STATUS_SEPARATOR=""
56
+
55
57
# Uncomment these if you want to enable tmux bindings for muting (hiding) one of the status bars.
56
58
# E.g. this example binding would mute the left status bar when pressing <prefix> followed by Ctrl-[
0 commit comments