From 51aeb2a15371c1698095ddf7f15f61f48d4133e8 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 2 Mar 2012 08:50:55 +0000 Subject: [PATCH] changed tmux theme quite a bit to a much better style --- tmux.conf | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) 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