From a0703a2f4a85b850a2397c982260d12c6ca1fa50 Mon Sep 17 00:00:00 2001 From: FieldofClay <7278759+FieldofClay@users.noreply.github.com> Date: Sat, 27 Apr 2024 15:15:37 +1000 Subject: [PATCH] use hyprland-rs silent feature --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0aee9b9..b1f43a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -281,7 +281,7 @@ dependencies = [ [[package]] name = "hyprland-activewindow" -version = "1.0.1" +version = "1.0.2" dependencies = [ "flexi_logger", "hyprland", diff --git a/Cargo.toml b/Cargo.toml index fc8951c..49263f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,14 +6,14 @@ repository = "https://github.com/FieldofClay/hyprland-activewindow" readme = "README.md" keywords = ["hyprland", "eww"] categories = ["command-line-utilities"] -version = "1.0.1" +version = "1.0.2" edition = "2021" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -hyprland = "0.3.13" +hyprland = { version = "0.3.13", features = ['silent'] } serde_json = "1.0" serde = "1.0" flexi_logger = "0.28"