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
|
@ -194,8 +194,6 @@ main()
|
|||
fi
|
||||
done
|
||||
|
||||
tmux set-option -ga status-right " "
|
||||
|
||||
# Window option
|
||||
if $show_powerline; then
|
||||
tmux set-window-option -g window-status-current-format "#[fg=${gray},bg=${dark_purple}]${left_sep}#[fg=${white},bg=${dark_purple}] #I #W${current_flags} #[fg=${dark_purple},bg=${gray}]${left_sep}"
|
||||
|
@ -210,4 +208,3 @@ main()
|
|||
|
||||
# run main function
|
||||
main
|
||||
|
||||
|
|
Loading…
Reference in a new issue