i3 Metamask shortcut

This commit is contained in:
2025-01-14 14:48:37 -05:00
parent 072980eaf1
commit f9c5f9afe0
13 changed files with 60 additions and 50 deletions

View File

@@ -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