0

Does anyone know how to hide this separator in byobu/tmux+powerline?

enter image description here

Ludwik
  • 153
  • 8

1 Answers1

2

I found the solution. In tmux it is a window option called a window-status-separator. You can set it in the .tmux.config by adding it after the powerline is initialized:

set-window-option -g window-status-separator ""

It overwrites the default separator (" "). Luckily, it does not affect any styling of powerline. Maybe someone knows a powerline specific answer. Feel free to comment.

Ludwik
  • 153
  • 8