From 9f0763b255a22861d051030501d9c54fa389505e Mon Sep 17 00:00:00 2001 From: mpuchstein Date: Sat, 8 Mar 2025 20:23:34 +0100 Subject: [PATCH] made run_client println to info so it does not interrupt widgets --- hyprman/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyprman/src/main.rs b/hyprman/src/main.rs index 2032c67..fb79b74 100644 --- a/hyprman/src/main.rs +++ b/hyprman/src/main.rs @@ -729,7 +729,7 @@ fn run_client(config: &Config, subscription: &str) { eprintln!("Failed to send subscription: {}", e); std::process::exit(1); } - println!( + info!( "Subscribed to '{}' events. Waiting for events...", subscription );