fix space for non powerline
This commit is contained in:
parent
87ef58abfc
commit
614d012352
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue