diff --git a/.tmux.conf b/.tmux.conf index faf2e7a..f09b0fc 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -20,7 +20,7 @@ bind k select-pane -U bind l select-pane -R bind -r C-k select-window -t :- -bind -r C-j select-window -t :+ +bind -r C-j select-window -t :+ # resize bind -r H resize-pane -L 5 @@ -34,12 +34,18 @@ bind b split-window -v #lookin' good set-window-option -g window-status-format " #I: #W " -set-window-option -g status-fg white -set-window-option -g status-bg black +set-window-option -g status-fg colour229 #253-244-193 +set-window-option -g status-bg colour235 #40-40-40 set-window-option -g window-status-current-format " #I: #W " -set-window-option -g window-status-current-fg yellow +set-window-option -g window-status-current-fg colour109 #131-165-152 -set-option -g pane-active-border-fg colour94 +set-option -g pane-active-border-fg colour109 set -g status-justify centre + +set -g status-left '#H:#S' +set -g status-left-length 30 + +set -g status-right '%T' +set -g status-right-length 8