Getting a little grey
This commit is contained in:
parent
be7060c638
commit
02ce85512c
1 changed files with 2 additions and 2 deletions
|
@ -15,12 +15,12 @@ set-window-option -g allow-rename on
|
|||
|
||||
# window status
|
||||
setw -g window-status-format "#I #(basename #{pane_current_path})>#W"
|
||||
setw -g window-status-current-format "#[bold] #I #(basename #{pane_current_path})>#W"
|
||||
setw -g window-status-current-format "#[bold]#I #(basename #{pane_current_path})>#W"
|
||||
|
||||
# The statusbar
|
||||
set -g status-interval 2
|
||||
set -g status-position bottom
|
||||
set -g status-bg white
|
||||
set -g status-bg lightgrey
|
||||
set -g status-fg black
|
||||
set -g status-left '(#S) '
|
||||
set -g status-right '#(whoami)@#H %m/%d %I:%M '
|
||||
|
|
Loading…
Reference in a new issue