okay i've actally decided on the status bar this time.

This commit is contained in:
Lloyd W. Slade 2020-01-28 15:22:12 -05:00
parent 7e415b86c3
commit da20da19f0

View file

@ -35,11 +35,11 @@ set -g window-status-separator ''
set -g @ssh_auto_rename_window off set -g @ssh_auto_rename_window off
set -g status-style '' set -g status-style ''
set-window-option -g status-left "#[bg=green, fg=black]#{?client_prefix,#[bg=black fg=green]#[bg=yellow fg=black],} #S " set-window-option -g status-left "#[fg=green]#{?client_prefix,#[bg=black fg=green]#[bg=yellow fg=black],} #S "
set-window-option -g status-right "#(~/fmux/tmux-right.sh)" set-window-option -g status-right "#(~/fmux/tmux-right.sh)"
set-window-option -g window-status-style "fg=white" set-window-option -g window-status-style "fg=white"
set-window-option -g window-status-current-style "fg=green" set-window-option -g window-status-current-style "bg=green, fg=black"
set-window-option -g window-status-bell-style "fg=yellow" set-window-option -g window-status-bell-style "fg=yellow"
set-window-option -g window-status-activity-style "fg=blue" set-window-option -g window-status-activity-style "fg=blue"
set-window-option -g window-status-format ' #I #W ' set-window-option -g window-status-format ' #I #W '