1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2025-01-11 03:29:50 +01:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.
'';
};