sereneblue / gnome-shell-extension-krypto

GNOME extension to display cryptocurrency prices

Home Page:https://extensions.gnome.org/extension/1913/krypto/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

krypto

krypto version GPL v3 License

A cryptocurrency utility for gnome-shell.

Installation

From extensions.gnome.org

Visit extensions.gnome.org and click on the switch to install krypto.

From source code

$ git clone https://github.com/sereneblue/gnome-shell-extension-krypto.git
$ cd gnome-shell-extension-krypto
# GNOME 45:
$ ./build.sh 45
# GNOME 44 and older:
$ ./build.sh
$ mkdir -p $HOME/.local/share/gnome-shell/extensions/krypto@sereneblue
$ unzip *.zip -d $HOME/.local/share/gnome-shell/extensions/krypto@sereneblue

If you're using Wayland, you'll need to logout/login to see the changes.

Configuration

krypto display preferences

krypto currency configuration

krypto can be configured from the Extensions app.

Cryptocurrencies

There are 73 supported cryptocurrencies:

0x
Aave
Akash Network
Augur
Arpa
Avalanche
Axie Infinity Shards
Basic Attention Token
Binance Coin
Bitcoin
Bitcoin Cash
BitTorrent
Cardano
Chainlink
Cosmos
Crypto.com Coin
Dash
Decred
DeFi Kingdoms
Dogecoin
dYdX
EOS
Ethereum
Ethereum Classic
Fantom
Filecoin
FTX Token
Harmony
IOTA
Kitty Inu
Klaytn
Lisk
Litecoin
Loopring
Maker
Monero
Nano
Near
NEM
NEO
Nxt
Ontology
Ontology Gas
Osmosis
PancakeSwap
Persistence
Polygon
Polkadot
Ripple
Rose
Saito
Secret
Sentinel
Shiba Inu
Sifchain
Solana
Stellar
Stratis
SushiSwap
Terra
Tether
Tezos
THETA
Trader Joe
TRON
Uniswap
VeChain
VeChainThor
Wing Finance
WOO
yearn.finance
Zcash
Zilliqa

Fiat Currencies

There are currently 19 supported fiat currencies. If you'd like a specific currency added, please submit an issue or feel free to submit a merge request.

Distraction Free Mode

It's probably not healthy to have cryptocurrency prices in front of you 24/7. Distraction Free Mode will prevent krypto from displaying prices for a certain amount of time that you specify. Default value is 10 minutes. Prices will continue to be updated in the background and you still have access to the calculator. ;)

krypto distraction free mode

Configure number of currencies displayed in the Top Bar

Limit how many currencies are shown in the top bar. Currencies that aren't shown in the Top Bar are displayed in the popup menu.

Update Interval

Change how frequently you'd like the prices to refresh. Minimum value is 30 seconds.

Delimiter

Change the delimiter that separates the currencies in the top bar.

Update

If you want to update the extension, install it by following the process above. Your settings will be preserved (excluding any deprecated options). You may need to restart your session for changes to appear.

Credits

Samuel Masue for gnome-shell-tw which this extension is built on.

Cryptocompare.com for the API.

About

GNOME extension to display cryptocurrency prices

https://extensions.gnome.org/extension/1913/krypto/

License:GNU General Public License v3.0


Languages

Language:JavaScript 97.6%Language:Shell 1.4%Language:CSS 1.0%