From 9bebd94887d218ad6f1c3b90450ca2f6231a448e Mon Sep 17 00:00:00 2001 From: buffet Date: Mon, 22 Jan 2024 16:21:47 +0100 Subject: [PATCH] feat: put notifications in bottom right --- users/buffet/mako.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/buffet/mako.nix b/users/buffet/mako.nix index 395e80e..73ec7f9 100644 --- a/users/buffet/mako.nix +++ b/users/buffet/mako.nix @@ -5,7 +5,7 @@ in { enable = true; - anchor = "top-right"; + anchor = "bottom-right"; backgroundColor = colors.primary.background; borderColor = colors.borders;