make status and state fully configurable formats

This commit is contained in:
Lucas L. Treffenstädt
2018-11-02 22:04:43 +01:00
parent b6cad05489
commit 0522577fe5
2 changed files with 10 additions and 20 deletions

View File

@ -29,6 +29,7 @@ class Battery : public ALabel {
util::SleeperThread threadTimer_;
std::vector<fs::path> batteries_;
int fd_;
std::string old_state_;
};
}