fixing spacing
This commit is contained in:
parent
c763bfcc0a
commit
2641d77390
2
weather
2
weather
@ -59,7 +59,7 @@ print_weather() {
|
||||
temp_icon=$(echo -e '\ufa04')
|
||||
fi
|
||||
# printing
|
||||
printf '%s %.1f%s%d\ue373 in %s\n' $icon $TEMPERATURE "$temp_icon" "$HUMIDITY" "$CITY"
|
||||
printf '%s %.1f%s %d\ue373 in %s\n' $icon $TEMPERATURE "$temp_icon" "$HUMIDITY" "$CITY"
|
||||
else
|
||||
# default printing
|
||||
printf '%.1f*%s %d%% RH in %s\n' $TEMPERATURE $UNIT $HUMIDITY "$CITY"
|
||||
|
Loading…
x
Reference in New Issue
Block a user