Fix: Re-add missing space
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
f3b71b4882
commit
d9752cb7d4
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ set-option -g status-interval 1
|
|||
set-option -g status-justify left
|
||||
set-option -g status-left-length 40
|
||||
set-option -g status-right-length 140
|
||||
set-option -g status-left '#[fg=colour234,bg=colour28] #H #[fg=colour28,bg=colour235]'
|
||||
set-option -g status-left '#[fg=colour234,bg=colour28] #H #[fg=colour28,bg=colour235] '
|
||||
set-option -g status-right '#(tmux-collector -c ~/.config/tmux-collector.yml)'
|
||||
|
||||
# Start numbering at 1
|
||||
|
|
Loading…
Reference in a new issue