diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-07-15 15:42:27 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-07-15 15:42:27 -0700 |
| commit | ffe8e9870f8f82c58e53ec60c22a843cad04d125 (patch) | |
| tree | f4f33b640f5ca6db4a40dc41ab77a5aefb30986b /modules/home | |
| parent | 9b95999b5c5c12d9b9646d245a3c12fab5f1ded4 (diff) | |
mpv: add japanese profile
Diffstat (limited to 'modules/home')
| -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; + }; + }; }; }; } |