From 61ff00c912f8a2330de7cc349e5e8953157c3491 Mon Sep 17 00:00:00 2001 From: "Reid \"reidlab" Date: Wed, 12 Jun 2024 20:47:14 -0700 Subject: [PATCH] new mpv theme --- modules/software/tools/mpv.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/software/tools/mpv.nix b/modules/software/tools/mpv.nix index 9bc6fe4..231ab58 100644 --- a/modules/software/tools/mpv.nix +++ b/modules/software/tools/mpv.nix @@ -14,11 +14,14 @@ in { config = { hwdec = "auto"; + osc = "no"; + border = "no"; }; scripts = with pkgs.mpvScripts; [ mpris - thumbnail + modernx + thumbfast visualizer ]; };