0.1.0 • Published 6 years ago

@statusbar/battery v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

@statusbar/battery

A battery status block for Statusbar.

Usage

const battery = require('@statusbar/battery')

bar.use(battery())

Dependencies

This block uses upower to retrieve battery information. It probably came preinstalled with your OS, and if not it should be available in the relevant repositories:

apt-get install upower
# or
pacman -S upower
# etc

License

MIT