https://github.com/blackstorm/polybar-btc
polybar btc coin
https://github.com/blackstorm/polybar-btc
btc polybar-scripts
Last synced: 4 months ago
JSON representation
polybar btc coin
- Host: GitHub
- URL: https://github.com/blackstorm/polybar-btc
- Owner: blackstorm
- License: mit
- Created: 2020-04-26T04:38:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-26T05:38:48.000Z (almost 6 years ago)
- Last Synced: 2025-10-09T02:04:34.706Z (4 months ago)
- Topics: btc, polybar-scripts
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# polybar-btc

show btc coin on your polybar
## how to use
1. clone project to polybar script dir
2. add btc module to bar right
```
modules-right = btc network-traffic alsa memory cpu wlan
```
3. add custom module
```
[module/btc]
type = custom/script
exec = $HOME/.config/polybar/scripts/polybar-btc/main.py
interval = 1
```