mirror of
https://github.com/rad4day/Waybar.git
synced 2025-07-13 22:52:30 +02:00
Merge pull request #2915 from haasn/cpu_style
Add style class for CPU state
This commit is contained in:
@ -22,6 +22,7 @@ class Cpu : public ALabel {
|
||||
|
||||
private:
|
||||
std::vector<std::tuple<size_t, size_t>> prev_times_;
|
||||
std::string prev_state_;
|
||||
|
||||
util::SleeperThread thread_;
|
||||
};
|
||||
|
Reference in New Issue
Block a user