fixed weather and network extra spaces

This commit is contained in:
Dane Williams 2020-05-29 16:42:18 -07:00
parent ea5229c694
commit 6b18fd2d23
3 changed files with 4 additions and 4 deletions

View file

@ -1 +1 @@
100° Pleasanton, CA 78° Pleasanton, CA

View file

@ -101,7 +101,7 @@ main()
fi fi
if $show_weather; then if $show_weather; then
tmux set-option -ga status-right "#[fg=${orange},bg=${powerbg},nobold,nounderscore,noitalics] ${right_sep}#[fg=${dark_gray},bg=${orange}] #(cat $current_dir/../data/weather.txt) " tmux set-option -ga status-right "#[fg=${orange},bg=${powerbg},nobold,nounderscore,noitalics] ${right_sep}#[fg=${dark_gray},bg=${orange}] #(cat $current_dir/../data/weather.txt)"
powerbg=${orange} powerbg=${orange}
fi fi
@ -127,7 +127,7 @@ main()
fi fi
if $show_weather; then if $show_weather; then
tmux set-option -ga status-right "#[fg=${dark_gray},bg=${orange}] #(cat $current_dir/../data/weather.txt) " tmux set-option -ga status-right "#[fg=${dark_gray},bg=${orange}] #(cat $current_dir/../data/weather.txt)"
fi fi
if $show_military; then if $show_military; then

View file

@ -43,7 +43,7 @@ main()
fi fi
done done
echo " $network" echo "$network"
} }
#run main driver function #run main driver function