Merge branch 'master' into battery-plugging-instant-updates

This commit is contained in:
Alexis Rouillard
2025-12-18 19:04:31 +01:00
committed by GitHub
22 changed files with 605 additions and 172 deletions

View File

@ -49,6 +49,7 @@ class Battery : public ALabel {
std::string old_status_;
std::string last_event_;
bool warnFirstTime_{true};
bool weightedAverage_{true};
const Bar& bar_;
util::SleeperThread thread_;