fix space for non powerline

This commit is contained in:
Dane Williams 2020-06-03 20:33:41 -07:00 committed by GitHub
parent 87ef58abfc
commit 614d012352
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -137,7 +137,7 @@ main()
fi fi
if $show_cpu_percentage; then if $show_cpu_percentage; then
tmux set-option -ga status-right "#[fg=${dark_gray},bg=${orange}]#($current_dir/cpu_info.sh) " tmux set-option -ga status-right "#[fg=${dark_gray},bg=${orange}] #($current_dir/cpu_info.sh) "
fi fi
if $show_network; then # network if $show_network; then # network