https://github.com/BrunnerLivio/bitfinex-polybar
A polybar module for your current Bitfinex balance
https://github.com/BrunnerLivio/bitfinex-polybar
Last synced: 5 months ago
JSON representation
A polybar module for your current Bitfinex balance
- Host: GitHub
- URL: https://github.com/BrunnerLivio/bitfinex-polybar
- Owner: BrunnerLivio
- Created: 2017-12-11T09:26:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-20T20:30:02.000Z (about 7 years ago)
- Last Synced: 2024-11-14T05:09:12.177Z (5 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-Polybar - Bitfinex
README
# bitfinex-polybar

Bitfinex module for Polybar. It shows your total Bitfinex deposit in dollars.
## Dependencies
- NodeJS 8.x.x
- polybar## Installation
```bash
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`.```bash
node index.js
```