Getting a little grey

This commit is contained in:
Nicole Tietz-Sokolskaya 2023-01-01 20:18:17 -05:00
parent be7060c638
commit 02ce85512c
1 changed files with 2 additions and 2 deletions

View File

@ -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 '