diff --git a/src/app/data_harvester.rs b/src/app/data_harvester.rs index 59e01237..86e1a4ca 100644 --- a/src/app/data_harvester.rs +++ b/src/app/data_harvester.rs @@ -211,6 +211,7 @@ impl DataCollector { #[cfg(not(target_os = "linux"))] { if self.widgets_to_harvest.use_proc { + self.sys.refresh_cpu(); self.sys.refresh_processes(); } if self.widgets_to_harvest.use_temp {