mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-04 08:56:01 +02:00
mpv: make uosc elements translucent
This commit is contained in:
parent
5dbbdff852
commit
a643b97cdc
24
home/mpv.nix
24
home/mpv.nix
@ -1,4 +1,4 @@
|
|||||||
{ pkgs, ... }:
|
{ lib, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
programs.mpv = {
|
programs.mpv = {
|
||||||
@ -41,4 +41,26 @@
|
|||||||
thumbfast
|
thumbfast
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
xdg.configFile."mpv/script-opts/uosc.conf".text = lib.concatStrings [
|
||||||
|
"opacity="
|
||||||
|
",timeline=0.1"
|
||||||
|
",position=0.1"
|
||||||
|
",chapters=0.1"
|
||||||
|
",slider=0.1"
|
||||||
|
",slider_gauge=0.1"
|
||||||
|
",controls=0.1"
|
||||||
|
",speed=0.1"
|
||||||
|
",menu=0.1"
|
||||||
|
",submenu=0.1"
|
||||||
|
",border=0.1"
|
||||||
|
",title=0.1"
|
||||||
|
",tooltip=0.1"
|
||||||
|
",thumbnail=0.1"
|
||||||
|
",curtain=0.1"
|
||||||
|
",idle_indicator=0.1"
|
||||||
|
",audio_indicator=0.1"
|
||||||
|
",buffering_indicator=0.1"
|
||||||
|
",playlist_position=0.1"
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user