mirror of
https://github.com/rad4day/Waybar.git
synced 2025-11-08 11:22:36 +01:00
feat(percent): adds a percent class to numeric modules
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user