tmux/status
This commit is contained in:
parent
8b69b41d17
commit
89b4110c44
1 changed files with 7 additions and 6 deletions
13
sh/tmux.sh
13
sh/tmux.sh
|
@ -17,12 +17,13 @@ set -g renumber-windows on
|
|||
#set -g set-titles on
|
||||
#set -g set-titles-string '#(pwd)'
|
||||
|
||||
#set -g status-bg black
|
||||
#set -g status-fg gray
|
||||
#set -g status-interval 1
|
||||
#set -g status-left ''
|
||||
#set -g status-position top
|
||||
#set -g status-right '| #{session_name} | %Y/%m/%d %H:%M:%S'
|
||||
# status bar
|
||||
set -g status-bg black
|
||||
set -g status-fg gray
|
||||
set -g status-interval 1
|
||||
set -g status-left ''
|
||||
set -g status-position top
|
||||
set -g status-right '| #{session_name} | %Y/%m/%d %H:%M:%S'
|
||||
|
||||
#set -g window-status-activity-style bg=black,fg=red
|
||||
#set -g window-status-separator ' | '
|
||||
|
|
Loading…
Reference in a new issue