fixed weather and network extra spaces
This commit is contained in:
parent
ea5229c694
commit
6b18fd2d23
3 changed files with 4 additions and 4 deletions
|
@ -1 +1 @@
|
|||
☀ 100° Pleasanton, CA
|
||||
☀ 78° Pleasanton, CA
|
||||
|
|
|
@ -101,7 +101,7 @@ main()
|
|||
fi
|
||||
|
||||
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}
|
||||
fi
|
||||
|
||||
|
@ -127,7 +127,7 @@ main()
|
|||
fi
|
||||
|
||||
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
|
||||
|
||||
if $show_military; then
|
||||
|
|
|
@ -43,7 +43,7 @@ main()
|
|||
fi
|
||||
done
|
||||
|
||||
echo " $network"
|
||||
echo "$network"
|
||||
}
|
||||
|
||||
#run main driver function
|
||||
|
|
Loading…
Reference in a new issue