tmux: status line style tweak
This commit is contained in:
parent
c72b34eb42
commit
961d086b9d
1 changed files with 7 additions and 7 deletions
|
@ -87,17 +87,17 @@ if-shell 'test "$(uname)" = "Darwin"' \
|
||||||
#
|
#
|
||||||
set -g status-left ' '
|
set -g status-left ' '
|
||||||
set -g status-right '\
|
set -g status-right '\
|
||||||
#{?client_prefix,#[fg=brightwhite],#[fg=brightblack]} #{session_name} @ #{host_short}'
|
#{?client_prefix,#[fg=brightyellow],#[fg=brightblack]} #{session_name} @ #{host_short}'
|
||||||
|
|
||||||
setw -g window-status-current-format '\
|
setw -g window-status-current-format '\
|
||||||
#{?client_prefix,#[fg=brightwhite],#[fg=blue]}#{window_index} \
|
#{?client_prefix,#[fg=brightyellow],#[fg=cyan]}#{window_index}#{window_flags} \
|
||||||
#[fg=blue]#{window_name}\
|
#[fg=brightblue]#{window_name} \
|
||||||
#[fg=tblue]#{window_flags} '
|
#[fg=brightblack]'
|
||||||
|
|
||||||
setw -g window-status-format '\
|
setw -g window-status-format '\
|
||||||
#{?client_prefix,#[fg=brightwhite],#[fg=brightblack]}#{window_index} \
|
#{?client_prefix,#[fg=brightyellow],#[fg=brightblack]}#{window_index}#{window_flags} \
|
||||||
#[fg=brightblack]#{window_name}\
|
#[fg=brightblack]#{window_name} \
|
||||||
#[fg=brightblack]#{window_flags} '
|
#[fg=brightblack]'
|
||||||
|
|
||||||
set -g status-justify left
|
set -g status-justify left
|
||||||
set -g status-style fg=white,bg=black
|
set -g status-style fg=white,bg=black
|
||||||
|
|
Loading…
Add table
Reference in a new issue