Battery monitoring application for Linux
Battely is a battery monitoring application that helps you track your device's
battery health and receive notifications about battery status. The application
supports auto-start functionality to monitor your battery continuously.
Linux Snap Installation
When installing via Snap, the app requires the hardware-observe interface to read battery information.
Connecting the interface
If battery information is not showing, connect the interface manually:
sudo snap connect battely:hardware-observe
Verifying the connection
snap connections battely | grep hardware-observe
You should see the interface connected. If not, run the connect command above.