diff --git a/tmux.conf b/tmux.conf index 341d4aa..6670e31 100644 --- a/tmux.conf +++ b/tmux.conf @@ -15,13 +15,23 @@ set -g history-limit 10240 # Appearance set -g status-interval 1 -set -g status-left "#S »" +set -g status-left "#S #[fg=white]» #[fg=yellow]#I #[fg=cyan]#P" set -g status-left-length 40 -set -g status-right '"#H" %H:%M %d-%b-%y' -set-window-option -g window-status-current-bg black -set-window-option -g window-status-current-fg green -set-window-option -g window-status-alert-bg black -set-window-option -g window-status-alert-fg yellow +set -g status-right '#H #[fg=white]« #[fg=yellow]%H:%M:%S #[fg=green]%d-%b-%y' +set -g status-right-length 40 +set -g status-bg black +set -g status-fg cyan +set -g status-left-bg black +set -g status-left-fg green +set -g status-right-bg black +set -g status-right-fg cyan +set -g window-status-current-bg red +set -g window-status-current-fg black +set -g window-status-alert-bg yellow # fg and bg are flipped here due to a +set -g window-status-alert-fg black # bug in tmux +set -g pane-active-border-bg default +set -g pane-active-border-fg green +set -g status-justify centre # Set window notifications setw -g monitor-activity on