Merge pull request #112 from aug0stus/fix-right-status-spacing
Fix right status spacing
This commit is contained in:
commit
a66adddfc7
1 changed files with 2 additions and 5 deletions
|
@ -187,14 +187,12 @@ main()
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if $show_powerline; then
|
if $show_powerline; then
|
||||||
tmux set-option -ga status-right "#[fg=${!colors[0]},bg=${powerbg},nobold,nounderscore,noitalics] ${right_sep}#[fg=${!colors[1]},bg=${!colors[0]}] $script"
|
tmux set-option -ga status-right "#[fg=${!colors[0]},bg=${powerbg},nobold,nounderscore,noitalics]${right_sep}#[fg=${!colors[1]},bg=${!colors[0]}] $script "
|
||||||
powerbg=${!colors[0]}
|
powerbg=${!colors[0]}
|
||||||
else
|
else
|
||||||
tmux set-option -ga status-right "#[fg=${!colors[1]},bg=${!colors[0]}] $script"
|
tmux set-option -ga status-right "#[fg=${!colors[1]},bg=${!colors[0]}] $script "
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
tmux set-option -ga status-right " "
|
|
||||||
|
|
||||||
# Window option
|
# Window option
|
||||||
if $show_powerline; then
|
if $show_powerline; then
|
||||||
|
@ -210,4 +208,3 @@ main()
|
||||||
|
|
||||||
# run main function
|
# run main function
|
||||||
main
|
main
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue