Hi guys,
i have built a little cryptofolio conky script who scrape coinmarketcap json information and show it in linux desktop.
1- install php in your linux distro (i have mint):
$sudo add-apt-repository ppa:ondrej/php
$ sudo apt-get update
$sudo apt-get install php5.6
2- install conky:
sudo apt-get install conky-all
3- install conky manager:
$sudo apt-add-repository -y ppa:teejee2008/ppa
$sudo apt update
$sudo apt install conky-manager
4 - download my conky script and put into ./conky dir like /home/user/.conky/
Enjoy!