From b2850e8b79155b6e067c15f693a0d0dbf59ae5ab Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Mon, 31 Oct 2022 23:54:29 -0400 Subject: [PATCH] improve visuals of volume notification --- modules/hardware/audio.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/hardware/audio.nix b/modules/hardware/audio.nix index 25e0012..3007b6f 100644 --- a/modules/hardware/audio.nix +++ b/modules/hardware/audio.nix @@ -55,7 +55,8 @@ in { # Make sure that Volnoti actually starts (home-manager doesn't start # user daemon's automatically) startup = [{ - command = "systemctl --user restart volnoti"; + command = + "systemctl --user restart volnoti --alpha 0.15 --radius 40 --timeout 0.2"; always = true; notification = false; }];