tmux/colors
This commit is contained in:
parent
5f10f8617c
commit
1094c40bc7
1 changed files with 2 additions and 2 deletions
|
@ -39,9 +39,9 @@ set-option -g status-bg black
|
|||
set-option -g status-fg gray
|
||||
set-option -g status-interval 1
|
||||
set-option -g status-justify left
|
||||
set-option -g status-left '#{session_name} '
|
||||
set-option -g status-left '#[fg=red]#{session_name} '
|
||||
set-option -g status-position top
|
||||
set-option -g status-right ' %Y-%m-%d %H:%M:%S'
|
||||
set-option -g status-right ' #[fg=yellow]%Y-%m-%d %H:%M:%S'
|
||||
|
||||
# windows separator
|
||||
set-option -g window-status-separator ' '
|
||||
|
|
Loading…
Reference in a new issue