From 5d98b1c4312dd69e55e6a6d5f2d539b5acf07830 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 17 Sep 2024 14:13:57 +0100 Subject: [PATCH] Increase Mako notification box sizes --- system/home/mako/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system/home/mako/default.nix b/system/home/mako/default.nix index 2c4fd4bc..af6e895d 100644 --- a/system/home/mako/default.nix +++ b/system/home/mako/default.nix @@ -13,6 +13,8 @@ enable = true; anchor = "top-right"; font = "${fonts.monospace.name} ${toString fonts.sizes.popups}"; + width = 600; + height = 600; layer = "top"; markup = true; maxVisible = 10;