i3 Metamask shortcut
This commit is contained in:
@@ -13,4 +13,6 @@ elif (( $(echo "$price < .1" | bc -l) )); then
|
||||
printf "%0.3f\n" "$price" | cut -c 4-
|
||||
elif (( $(echo "$price < 1" | bc -l) )); then
|
||||
printf "%0.3f\n" "$price" | cut -c 3-
|
||||
elif (( $(echo "$price < 10" | bc -l) )); then
|
||||
printf "%0.2f\n" "$price"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user