Python module for py3status to monitor my UPS battery status
pip install py3status-ups-battery-statusgit clone https://github.com/mcgillij/py3status-ups-battery-status.git
mkdir -p ~/.i3/py3status && cd ~/.i3/py3status
ln -s <PATH_TO_CLONED_REPO>/src/py3status-ups-battery-status/ups-battery-status.py ./yay -S py3status-ups-battery-statusgit clone https://aur.archlinux.org/py3status-ups-battery-status.git
cd py3status-ups-battery-status
makechrootpkg -c -r $HOME/$CHROOTsudo pacman -U --asdeps py3status-ups-battery-status-*-any.pkg.tar.zstThis module depends on the Network UPS Tools(nut) package. And having already configured your battery with it. It assumes that you've named your battery battery. If you've named it something else you can change it in the module itself.
Dependency installation on Arch:
pacman -S nutDependency installation on Debian:
apt install nutAdd the module to your list of configured py3status modules
~/.config/i3status.conf
...
order += "arch_updates"
order += "volume_status"
order += "ups_battery_status"
...
And then just restart your i3 session.
