dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 5f34bf0f25f44855a10ed159881053d922dd25a1
parent a80e45eddd05ec53887b71ea42a1b03b8f801721
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Sat, 15 Jun 2019 22:20:08 +0200

Remove separator symbol between window names in tmux status

Diffstat:
M.tmux.conf | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.tmux.conf b/.tmux.conf @@ -32,7 +32,7 @@ set -g pane-active-border-style fg=0 # border color for active panes # Status bar colors and format setw -g window-status-format ' #[fg=7]#I #[fg=7]#W ' setw -g window-status-current-format '#[fg=6] #I #W#[fg=default] ' -setw -g window-status-separator '#[fg=7]|#[fg=default]' +setw -g window-status-separator '' set -g status-bg default # background color for status bar set -g status-position bottom # put status bar on top or bottom set -g status-interval 5 # interval in s to update status