diff options
| -rw-r--r-- | modules/home/apps/mpv/default.nix | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/modules/home/apps/mpv/default.nix b/modules/home/apps/mpv/default.nix index 565c938..3e74fb1 100644 --- a/modules/home/apps/mpv/default.nix +++ b/modules/home/apps/mpv/default.nix @@ -17,6 +17,22 @@ in { sub-auto = "fuzzy"; }; + + profiles = { + ja = { + profile-restore = "copy"; + + sub-font-size = 54; + sub-bold = true; + + sub-border-style = "outline-and-shadow"; + sub-outline-size = 1.2; + sub-shadow-offset = 0.8; + + sub-margin-x = 60; + sub-margin-y = 46; + }; + }; }; }; } |