Fix tmux look.
This commit is contained in:
parent
45d54835f6
commit
adb35f3300
1 changed files with 2 additions and 3 deletions
|
@ -62,13 +62,12 @@ setw -g mode-style 'bold'
|
||||||
set -g status-bg color236
|
set -g status-bg color236
|
||||||
set -g status-position bottom
|
set -g status-position bottom
|
||||||
set -g status-justify left
|
set -g status-justify left
|
||||||
set -g status-style 'dim'
|
set -g status-style 'none'
|
||||||
set -g status-left ' #S | '
|
set -g status-left ' #S | '
|
||||||
set -g status-right '#[bg=color237] %a %b %d #[fg=color7]%H:%M #[fg=color82,bold] #H '
|
set -g status-right '#[bg=color237]#[fg=color246] %a %b %d #[fg=color250]%H:%M #[fg=color82,bold] #H '
|
||||||
set -g status-right-length 80
|
set -g status-right-length 80
|
||||||
set -g status-left-length 20
|
set -g status-left-length 20
|
||||||
|
|
||||||
|
|
||||||
setw -g window-status-current-style 'bold'
|
setw -g window-status-current-style 'bold'
|
||||||
setw -g window-status-current-format '#[fg=color3]#I:#W#F '
|
setw -g window-status-current-format '#[fg=color3]#I:#W#F '
|
||||||
setw -g window-status-format '#I:#W#F '
|
setw -g window-status-format '#I:#W#F '
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue