From a771f685b25918404f3a348a33aa43957b6f4d2f 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 6951199..50189ee 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;