extra space left side not necessary for non powerline
This commit is contained in:
parent
5bfa6f9a1f
commit
4646624706
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ main()
|
|||
|
||||
# Non Powerline Configuration
|
||||
else
|
||||
tmux set-option -g status-left "#[bg=${green},fg=${dark_gray}]#{?client_prefix,#[bg=${yellow}],} ${left_icon} "
|
||||
tmux set-option -g status-left "#[bg=${green},fg=${dark_gray}]#{?client_prefix,#[bg=${yellow}],} ${left_icon}"
|
||||
|
||||
tmux set-option -g status-right ""
|
||||
|
||||
|
|
Loading…
Reference in a new issue