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 b9346797afff2b5c3c2a48ebf4ac5a29c3e4c197
parent 4a65089615e8b131b91f63adffa7a55ad520bec4
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon, 19 Oct 2020 13:35:41 +0200

.tmux.conf: mark current window in status bar with symbols

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

diff --git a/.tmux.conf b/.tmux.conf @@ -31,7 +31,7 @@ set -g pane-active-border-style fg="#999999" # border color for active panes # Status bar colors and format set -g window-status-format ' #I #W ' set -g window-status-style 'fg=colour8' -set -g window-status-current-format ' #I #W ' +set -g window-status-current-format '[#I #W]' set -g window-status-current-style 'fg=default' set -g window-status-separator '' set -g status-style bg=default # background color for status bar