A small but effective py3status module for displaying power details on py3status bar.
The default battery module for py3status ( battery_level ) does not work on some devices. This is an alternative module that can be used in such cases.
Note: This was made as a quick fix and contains pretty bad code. There is a lot of room for improvement.
- Font Awesome
- Python Dbus Module
Add the following line to your pystatus config file:
order += "pypower"
Make sure you pass location of this module in your i3config. It should look like this:
bar {
...
status_command py3status -i /path/to/this/pypower-module/
...
}
wogscpar for his UPower wrapper.