mirror of https://github.com/xzeldon/dotfiles.git
increase status-left-length
This commit is contained in:
parent
3d8c572b26
commit
d660f33704
|
@ -39,7 +39,7 @@ set-option -g status-justify centre
|
||||||
set-option -g status-keys vi
|
set-option -g status-keys vi
|
||||||
set-option -g status-position bottom
|
set-option -g status-position bottom
|
||||||
set-option -g status-style fg=colour136,bg=colour235
|
set-option -g status-style fg=colour136,bg=colour235
|
||||||
set-option -g status-left-length 30
|
set-option -g status-left-length 35
|
||||||
set-option -g status-left-style default
|
set-option -g status-left-style default
|
||||||
set-option -g status-left "#[fg=green]#H #[fg=green,bright]#(uname -r)#[default]"
|
set-option -g status-left "#[fg=green]#H #[fg=green,bright]#(uname -r)#[default]"
|
||||||
set-option -g status-right-length 140
|
set-option -g status-right-length 140
|
||||||
|
|
Loading…
Reference in New Issue