mako: add center-left & center-right

This commit is contained in:
Drewry Pope 2025-01-03 04:33:28 -06:00 committed by GitHub
parent 7254063d52
commit 1c8d4c8d59
Failed to generate hash of commit

View file

@ -75,12 +75,14 @@ in {
"bottom-right" "bottom-right"
"bottom-center" "bottom-center"
"bottom-left" "bottom-left"
"center-right"
"center-left"
"center" "center"
]); ]);
description = '' description = ''
Show notifications at the specified position on the output. Show notifications at the specified position on the output.
Supported values are top-right, top-center, top-left, bottom-right, 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.
''; '';
}; };