Skip to content

xmsanchez/gnome-shell-bitcoin-markets

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTICE

This project was created as a fork from the original project to rewrite how the indicator is displayed.

  • All the currencies are now shown in just one indicator (keeps top bar cleaner).
  • First indicator in the settings will be the one displayed by default. To change it just reorder currencies in settings.
  • The symbols are now shown at the right of the currency value instead of the left.

I'm new to gnome extension and pretty noob in development in general so expect possible bugs.

Using Coinmarketcap

If you intend to use Coinmarketcap as a source to fetch data, you'll need to provide an API key. At the moment it is read from this file:

~/.coinmarketcap_apikey

If the file does not exist, you'll get a 401 unauthorized error when fetching from this origin.

Original README

Screenshot

Displays Bitcoin and Altcoin market information in the Gnome Shell.

Available APIs:

  • Binance
  • BitcoinAverage
  • Bitfinex
  • BitMEX
  • BitPay
  • Bitso
  • Bitstamp
  • Blinktrade (Bitcambio)
  • BTCMarkets
  • BX.in.th
  • CEX.IO
  • Coinbase
  • CoinGecko
  • CoinMarketCap
  • CryptoCompare
  • Kraken
  • Paymium
  • Poloniex

Installation

Via extensions.gnome.org

The latest reviewed version can be found at https://extensions.gnome.org/extension/648/bitcoin-markets/

Via github.com

The latest development version can be installed manually with these commands

    git clone https://github.com/OttoAllmendinger/gnome-shell-bitcoin-markets.git
    cd gnome-shell-bitcoin-markets
    make install

Then go to https://extensions.gnome.org/local/ to turn on the extension or use gnome-tweak-tool.

Development

With make restart the gnome-shell can be restarted during development iterations.

On most systems you can use journalctl /usr/bin/gnome-shell -f to get log output from this (and other) extensions.

Contributors

TODO

  • Charts

Bitcoin tip address 3AUe4yau24jk9q9n914yDQF89kaBsqBfkf

About

Gnome-Shell extension displaying market rate for bitcoin and other crypto-currencies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.9%
  • Other 0.1%