An extension for Gnome-Shell to track price of Crypto currencies.
- Refresh price every 10 sec
- Add new pair e.g BTC/USDT
- Sources: Binance, OKX, Coingecko
- Display multiple coins
Go on the CryptoPriceTracker extension page on extensions.gnome.org, click on the switch ("OFF" => "ON"), click on the install button. That's it !
Clone the git repo:
$ git clone https://github.com/alipirpiran/Crypto-Price-Tracker-for-Gnome-Shell.git
Create extension dir and Copy files in it:
$ mkdir -p ~/.local/share/gnome-shell/extensions/[email protected]/
$ cp -r ./Crypto-Price-Tracker-for-Gnome-Shell/* ~/.local/share/gnome-shell/extensions/[email protected]/
-
Restart Gnome-shell. (ALT+F2, r, Enter)
-
You may need to enable the extension via Gnome Tweaks
Activate multiple coins from the menu and display them all in the top bar.
Thanks to azorpax for creating this feature. Pull request
-
List of pairs: https://www.binance.com/indexSpa.html
Example: BTC/USDT
-
List of pairs: https://www.okx.com/markets/spot-list
Example: BTC/USDT
-
List of coin ids (name): https://api.coingecko.com/api/v3/coins/list
List of compare currencies (vol): https://api.coingecko.com/api/v3/simple/supported_vs_currencies
Example: BTC/USD
Name/Vol |
---|
BTC/USDT |
BTC/EUR |
ETH/LTC |
XRP/USDT |
BNB/BTC |