dots/configs/home/.config/polybar/eth.sh
2023-10-27 19:56:44 +02:00

4 lines
109 B
Bash
Executable file

#!bin/sh
curl -s https://api.coinbase.com/v2/prices/ETH-EUR/spot | sed -n 's|.*"amount":"\([^"]*\)".*|\1|p'