From a855afd3ad754faa63083af29fad5de2bb38b6b2 Mon Sep 17 00:00:00 2001 From: Asmir A Date: Sun, 12 Apr 2026 18:49:10 +0200 Subject: [PATCH] home/fuji/mpv: disable uosc spinner, configure osd --- home/fuji/home.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/home/fuji/home.nix b/home/fuji/home.nix index 3eba3e0..4502c91 100644 --- a/home/fuji/home.nix +++ b/home/fuji/home.nix @@ -101,6 +101,16 @@ in vo = "dmabuf-wayland"; ao = "pipewire"; 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 = {