From ffe8e9870f8f82c58e53ec60c22a843cad04d125 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Tue, 15 Jul 2025 15:42:27 -0700 Subject: mpv: add japanese profile --- modules/home/apps/mpv/default.nix | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'modules/home/apps/mpv') 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; + }; + }; }; }; } -- cgit v1.2.3