From fc95ad0c9460ab6a417030064ff4823cd6b2a4c7 Mon Sep 17 00:00:00 2001 From: Bill Niblock Date: Mon, 9 Nov 2015 21:38:19 -0500 Subject: [PATCH] Update config --- tmux/tmux.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 1a152a1..7735f03 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -42,10 +42,10 @@ setw -g window-status-current-bg black setw -g window-status-current-attr bright ## Pane Dividers -# set -g pane-border-fg color -# set -g pane-border-bg color -set -g pane-active-border-fg black -set -g pane-active-border-bg cyan +set -g pane-border-fg black +set -g pane-border-bg black +set -g pane-active-border-fg colour51 +set -g pane-active-border-bg black ## Command Line set -g message-fg red @@ -62,7 +62,7 @@ set -g visual-activity on set -g status-left-length 40 set -g status-left "#[bright][ #S ]" set -g status-right-length 60 -set -g status-right "#(~/Workbench/dotfiles/tmux/clocks.sh)" +set -g status-right "#(~/.dotfiles/tmux/clocks.sh)" ###### # Keybinds