Fix spacing when using double-width characters
This commit is contained in:
parent
2e7b5476a1
commit
26758776bd
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