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:
parent
7254063d52
commit
1c8d4c8d59
1 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue