From d4645c9775ba20f600682b53a181fb2f57324184 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Tue, 7 May 2019 19:26:40 +0300 Subject: Get tmux conf updated --- .tmux.conf | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 74d5a1e..1e98f0e 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -12,24 +12,19 @@ set -g pane-base-index 1 # Set status bar set -g status-position bottom set -g status-justify left -set -g status-bg black -set -g status-fg white -set -g status-attr bold + +set -g status-style fg=white,bg=black,bold + set -g status-left "#S " set -g status-right '#[fg=white,bg=black,bold] %d/%m #[fg=white,bg=black,bold] %H:%M @#H' # higlight the active window in the status bar -set-window-option -g window-status-current-bg white -set-window-option -g window-status-current-fg black +set-window-option -g window-status-current-style bg=black,fg=white -setw -g window-status-current-fg red -setw -g window-status-current-bg white -setw -g window-status-current-attr bold +setw -g window-status-current-style fg=red,bg=white,bold setw -g window-status-current-format ' #I#[fg=red]:#[fg=black]#W#[fg=black]#F ' -setw -g window-status-fg white -setw -g window-status-bg black -setw -g window-status-attr dim +setw -g window-status-style fg=white,bg=black,dim setw -g window-status-format ' #I#[fg=cyan]:#[fg=white]#W#[fg=white]#F ' # Don't prompt to kill panes/windows. -- cgit v1.2.3-70-g09d2