QBattIndicator
Monitor battery devices and set actions per percentage - Simple Qt tray battery monitor for Linux
Depedencies:
Build instructions:
Clone the repository
git clone htps://codeberg.org/ItsZariep/QBattIndicator
cd QBattIndicator
Build with CMake and Ninja
cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build -- -j$(nproc)
Packaging
dpkg/rpm packagers can use:
cpack -G DEB --config build/CPackConfig.cmake # or -G RPM


