From 425c1a0a4a74e94ad010a2ecdb61d0f551aef337 Mon Sep 17 00:00:00 2001 From: Drewry Pope Date: Tue, 31 Dec 2024 01:40:47 -0600 Subject: [PATCH] mako: add center-left & center-right --- modules/services/mako.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/services/mako.nix b/modules/services/mako.nix index 7ca011782e12..e3298d837224 100644 --- a/modules/services/mako.nix +++ b/modules/services/mako.nix @@ -75,12 +75,14 @@ in { "bottom-right" "bottom-center" "bottom-left" + "center-right" + "center-left" "center" ]); description = '' Show notifications at the specified position on the output. Supported values are top-right, top-center, top-left, bottom-right, - bottom-center, bottom-left, and center. + bottom-center, bottom-left, center-right, center-left and center. ''; };