From 11362797dab5f6cdead79c2e5b10cf08545f6b48 Mon Sep 17 00:00:00 2001 From: shaoying Date: Sun, 5 Apr 2020 15:51:54 +0800 Subject: [PATCH] add miss --- etc/conf/tmux.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/etc/conf/tmux.conf b/etc/conf/tmux.conf index f68d248f..fbc92ac0 100644 --- a/etc/conf/tmux.conf +++ b/etc/conf/tmux.conf @@ -18,11 +18,13 @@ set -g set-titles on set -g set-titles-string "#S:#W.#P" # 状态栏 +set -g status-bg blue +set -g status-fg white set -g allow-rename off set -g status-interval 1 set -g status-left-length 60 set -g status-left "#[bg=red fg=white]\ [#h/#S]\ #[bg=yellow fg=black]\ [#{pane_height},#{pane_width}]\ #[bg=red]" -set -g status-right "#[bg=yellow]\ [#(date '+%Y-%m-%d %H:%M:%S')]\ " +set -g status-right "#[bg=red]\ [#(date '+%Y-%m-%d %H:%M:%S')]\ " set -g status-right-length 60 set -gw window-status-separator "" @@ -98,7 +100,6 @@ if-shell "[ -e ~/.tmux_local ]" "source-file ~/.tmux_local" # set -gw window-status-current-format "#[bg=black fg=white]\ [#I:#W.#{pane_index}#F#{?pane_in_mode,COPY,}]\ " # set -g mode-fg white # set -g mode-bg white -# set -g status-fg white # set -g message-fg white # set -g message-bg black # set -g pane-border-fg white