From 9cb5a17bc1763a90768b9a236c233ce5f988aef8 Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Sat, 29 Jun 2024 21:58:18 +0200 Subject: [PATCH] notifiaction TR again --- home-modules/mako.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-modules/mako.nix b/home-modules/mako.nix index 6249999..25431be 100755 --- a/home-modules/mako.nix +++ b/home-modules/mako.nix @@ -14,7 +14,7 @@ lib.mkIf (user != "tv") borderSize = border-width; font = font.code.name2; borderRadius = rounding; - anchor = "bottom-right"; + anchor = "top-right"; margin = builtins.toString (gap-size * 2) ; }; }