feat(percent): adds a percent class to numeric modules

This commit is contained in:
Dan
2019-05-01 22:28:48 -04:00
committed by Dan
parent 1a024db03c
commit 472363a623
6 changed files with 19 additions and 0 deletions

View File

@ -43,6 +43,7 @@ class Battery : public ALabel {
int fd_;
std::vector<int> wds_;
std::string old_status_;
std::string old_capacity_;
};
} // namespace waybar::modules