Update config

This commit is contained in:
Bill Niblock 2015-11-09 21:38:19 -05:00
parent cf8c5e78a6
commit fc95ad0c94

View file

@ -42,10 +42,10 @@ setw -g window-status-current-bg black
setw -g window-status-current-attr bright setw -g window-status-current-attr bright
## Pane Dividers ## Pane Dividers
# set -g pane-border-fg color set -g pane-border-fg black
# set -g pane-border-bg color set -g pane-border-bg black
set -g pane-active-border-fg black set -g pane-active-border-fg colour51
set -g pane-active-border-bg cyan set -g pane-active-border-bg black
## Command Line ## Command Line
set -g message-fg red set -g message-fg red
@ -62,7 +62,7 @@ set -g visual-activity on
set -g status-left-length 40 set -g status-left-length 40
set -g status-left "#[bright][ #S ]" set -g status-left "#[bright][ #S ]"
set -g status-right-length 60 set -g status-right-length 60
set -g status-right "#(~/Workbench/dotfiles/tmux/clocks.sh)" set -g status-right "#(~/.dotfiles/tmux/clocks.sh)"
###### ######
# Keybinds # Keybinds