Vim set colorscheme, notepad 4th workspace icon
This commit is contained in:
@@ -7,6 +7,8 @@ price=$(echo "$raw" | jq -r ".pairs | .[] | .priceUsd")
|
||||
# printf "%0.4f\n" "$price" | cut -c 4-
|
||||
# elif (( $(echo "$price < .1" | bc -l) )); then
|
||||
# printf "%0.3f\n" "$price" | cut -c 4-
|
||||
if (( $(echo "$price < .1" | bc -l) )); then
|
||||
if (( $(echo "$price < .09" | bc -l) )); then
|
||||
printf "%0.4f\n" "$price" | cut -c 4-
|
||||
elif (( $(echo "$price < .1" | bc -l) )); then
|
||||
printf "%0.3f\n" "$price" | cut -c 4-
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user