Merge pull request #112 from aug0stus/fix-right-status-spacing

Fix right status spacing
This commit is contained in:
Ethan Edwards 2021-07-30 14:31:08 -04:00 committed by GitHub
commit a66adddfc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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