Skip to content

BrunnerLivio/bitfinex-polybar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bitfinex-polybar

Screenshot

Bitfinex module for Polybar. It shows your total Bitfinex deposit in dollars.

Dependencies

  • NodeJS 8.x.x
  • polybar

Installation

git clone https://github.com/BrunnerLivio/bitfinex-polybar.git
cd bitfinex-polybar

# Edit Keys. Get API keys from your Bitfinex Account
mv keys.json.template keys.json
vi keys.json

# Download NodeJS dependencies
npm install

# Install files
cat config >> $HOME/.config/polybar/config
cp package.json $HOME/.config/polybar/
cp index.js $HOME/.config/polybar/wallet-sum.js
cp -rf node_modules $HOME/.config/polybar/
cp -rf keys.json $HOME/.config/polybar/

Reload the polybar ($MOD + SHIFT + R).

Run in shell

If you want to run it after the installation, do not forget to run cd $HOME/.config/polybar.

Otherwise, if you want to run it inside the development environment, only run the following command. Do not forget to edit the keys.json.

node index.js

About

A polybar module for your current Bitfinex balance

Resources

Stars

Watchers

Forks

Packages

No packages published