From 3b5a7518eb709cb7535b5e707cdcce244d4bedb6 Mon Sep 17 00:00:00 2001 From: ooks-io Date: Mon, 14 Aug 2023 20:51:55 +1200 Subject: [PATCH] mako conf changes --- home/ooks/opt/desktop/standard/wayland/mako.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/home/ooks/opt/desktop/standard/wayland/mako.nix b/home/ooks/opt/desktop/standard/wayland/mako.nix index b7e62fe..264de62 100644 --- a/home/ooks/opt/desktop/standard/wayland/mako.nix +++ b/home/ooks/opt/desktop/standard/wayland/mako.nix @@ -9,14 +9,14 @@ in { else "${config.gtk.iconTheme.package}/share/icons/Papirus-Light"; font = "${config.fontProfiles.regular.family} 12"; - padding = "10,20"; - anchor = "top-center"; - width = 400; - height = 150; + padding = "10,10"; + anchor = "top-right"; + width = 300; + height = 100; borderSize = 2; - defaultTimeout = 6000; + defaultTimeout = 3000; backgroundColor = "#${colors.base00}dd"; - borderColor = "#${colors.base03}dd"; + borderColor = "#${colors.base0C}dd"; textColor = "#${colors.base05}dd"; }; }