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 227ac12636562e0749d1ef2ed592cb7cb045ddb3
parent 4ee4f72e5ba0b7d6e73cc53f5ec4dcce1d864ff9
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon, 19 Oct 2020 13:12:22 +0200

.tmux.conf: fix status background color declaration

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

diff --git a/.tmux.conf b/.tmux.conf @@ -34,7 +34,7 @@ set -g window-status-style 'fg=colour8' set -g window-status-current-format ' #I #W ' set -g window-status-current-style 'fg=colour6' set -g window-status-separator '' -set -g status-bg default # background color for status bar +set -g status-style 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 set -g status-justify left # horizontal alignment