Update config
This commit is contained in:
parent
cf8c5e78a6
commit
fc95ad0c94
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue