diff --git a/src/daemon.rs b/src/daemon.rs index 202dbfb..82349cb 100644 --- a/src/daemon.rs +++ b/src/daemon.rs @@ -414,7 +414,7 @@ pub fn run_daemon(mut config: AppConfig, verbose: bool) -> Result<(), Box Sys if avg_load > 3.0 { return SystemState::HighLoad; } - + // Check idle state only if we don't have high load if history.is_system_idle() { return SystemState::Idle;