Allow larger session names
This commit is contained in:
parent
ddae640f77
commit
d22d30263f
1 changed files with 1 additions and 1 deletions
|
|
@ -9,6 +9,7 @@ unbind %
|
|||
|
||||
# status bar design
|
||||
set -g status-position top
|
||||
set -g status-left-length 60
|
||||
set -g status-bg colour239
|
||||
set -g status-attr dim
|
||||
set -g status-right ' #[fg=colour233,bg=colour102,bold] #(hostname) #[fg=colour233,bg=colour102,bold] %d/%m #[fg=colour233,bg=colour102,bold] %H:%M:%S '
|
||||
|
|
@ -25,7 +26,6 @@ setw -g window-status-current-format ' #I#[fg=colour0] #[fg=colour0]#W '
|
|||
# background windows
|
||||
setw -g window-status-fg colour0
|
||||
setw -g window-status-bg colour240
|
||||
|
||||
setw -g window-status-format ' #I#[fg=colour0] #[fg=colour0]#W '
|
||||
|
||||
# scrollback history
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue