From fbc22e87083170f50ffc36ed047a55faa6ce0f5d Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Thu, 2 Oct 2025 11:16:40 +0200 Subject: [PATCH] mako --- modules/hm/mako.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hm/mako.nix b/modules/hm/mako.nix index 1b3a408..8a88762 100644 --- a/modules/hm/mako.nix +++ b/modules/hm/mako.nix @@ -6,7 +6,7 @@ in { settings = { font = "Intel One Mono 10"; actions = true; - anchor = "bottom-right"; + anchor = "bottom-center"; background-color = "${colors.gruvbox.bg0}"; text-color = "${colors.gruvbox.fg0}"; border-color = "${colors.gruvbox.yellow}";