mirror of
https://github.com/rad4day/Waybar.git
synced 2025-07-13 22:52:30 +02:00
Added changes made to the cpu module
This commit is contained in:
@ -57,5 +57,5 @@ std::tuple<double, double, double> waybar::modules::Load::getLoad() {
|
||||
double load15 = std::ceil(load[2] * 100.0) / 100.0;
|
||||
return {load1, load5, load15};
|
||||
}
|
||||
throw std::runtime_error("Can't get Load");
|
||||
throw std::runtime_error("Can't get system load");
|
||||
}
|
||||
|
Reference in New Issue
Block a user