home/fuji/mpv: disable uosc spinner, configure osd

This commit is contained in:
2026-04-12 18:49:10 +02:00
parent 19ef289cf3
commit a855afd3ad

View File

@@ -101,6 +101,16 @@ in
vo = "dmabuf-wayland"; vo = "dmabuf-wayland";
ao = "pipewire"; ao = "pipewire";
ytdl-format = "bestvideo[height<=1080]+bestaudio/best[height<=1080]"; ytdl-format = "bestvideo[height<=1080]+bestaudio/best[height<=1080]";
video-osd = "yes";
osd-back-color = "0.0/0.0/0.0/0.0";
};
scriptOpts = {
uosc = {
disable_elements = "buffering_indicator";
timeline_style = "bar";
top_bar = "no-border";
};
}; };
bindings = { bindings = {