From cbdca676139d400adc2e6a52f90038245f8d713a Mon Sep 17 00:00:00 2001 From: sudacode Date: Mon, 17 Mar 2025 00:15:16 -0700 Subject: [PATCH] update config and add fontconfig --- mpv-fonts.conf | 18 ++++++++++++++++++ mpv.conf | 10 +++++----- 2 files changed, 23 insertions(+), 5 deletions(-) create mode 100644 mpv-fonts.conf diff --git a/mpv-fonts.conf b/mpv-fonts.conf new file mode 100644 index 0000000..16c4a20 --- /dev/null +++ b/mpv-fonts.conf @@ -0,0 +1,18 @@ + + + + /home/sudacode/.config/mpv/fonts + /etc/fonts/fonts.conf + /etc/fonts/conf.d + + sans-serif + + JetBrainsMono Nerd Font + Fluent System Icons + Noto Sans CJK JP + Noto Sans + Open Sans + + + + diff --git a/mpv.conf b/mpv.conf index 9e02c23..ef4d4dc 100644 --- a/mpv.conf +++ b/mpv.conf @@ -144,9 +144,9 @@ cache-pause=no #[eye-cancer] #sharpen=5 -sub-font=JetBrainsMono Nerd Font -sub-font-size=50 -osd-font=JetBrainsMono Nerd Font +sub-font="JetBrainsMono Nerd Font" +sub-font-size=45 +# osd-font="Fluent System Icons" border=no geometry=50% @@ -202,8 +202,8 @@ interpolation=yes interpolation-preserve=no input-ipc-server=/tmp/mpvsocket -ao=pule,pipewire -# ao=pipewire +# ao=pule,pipewire +ao=pipewire,pulse [hdr] target-colorspace-hint=yes