From be8abdf6615d0bb2f89be293d81470f8bf21a68f Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Sat, 7 Feb 2026 12:46:58 +0100 Subject: [PATCH] remove notifications from audio input/output change Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- home/system/caelestia-shell/appearance.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/system/caelestia-shell/appearance.nix b/home/system/caelestia-shell/appearance.nix index 69511990..50189eeb 100644 --- a/home/system/caelestia-shell/appearance.nix +++ b/home/system/caelestia-shell/appearance.nix @@ -29,8 +29,8 @@ in { enabled = true; maxToasts = 4; toasts = { - audioInputChanged = true; - audioOutputChanged = true; + audioInputChanged = false; + audioOutputChanged = false; capsLockChanged = false; chargingChanged = true; configLoaded = false;