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