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
|
||||
|
||||
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
|
||||
|
||||
if $show_network; then # network
|
||||
|
|
Loading…
Reference in a new issue