mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 17:57:47 +02:00
mpv: improve uosc translucency
This commit is contained in:
parent
27ab5dc25a
commit
3ef6c7e361
32
home/mpv.nix
32
home/mpv.nix
@ -45,22 +45,22 @@
|
|||||||
xdg.configFile."mpv/script-opts/uosc.conf".text = lib.concatStrings [
|
xdg.configFile."mpv/script-opts/uosc.conf".text = lib.concatStrings [
|
||||||
"opacity="
|
"opacity="
|
||||||
",timeline=0.1"
|
",timeline=0.1"
|
||||||
",position=0.1"
|
",position=0.2"
|
||||||
",chapters=0.1"
|
",chapters=0.075"
|
||||||
",slider=0.1"
|
",slider=0.1"
|
||||||
",slider_gauge=0.1"
|
",slider_gauge=0.2"
|
||||||
",controls=0.1"
|
",controls=0"
|
||||||
",speed=0.1"
|
",speed=0.2"
|
||||||
",menu=0.1"
|
",menu=1"
|
||||||
",submenu=0.1"
|
",submenu=0.4"
|
||||||
",border=0.1"
|
",border=1"
|
||||||
",title=0.1"
|
",title=1"
|
||||||
",tooltip=0.1"
|
",tooltip=1"
|
||||||
",thumbnail=0.1"
|
",thumbnail=1"
|
||||||
",curtain=0.1"
|
",curtain=0.8"
|
||||||
",idle_indicator=0.1"
|
",idle_indicator=0.8"
|
||||||
",audio_indicator=0.1"
|
",audio_indicator=0.5"
|
||||||
",buffering_indicator=0.1"
|
",buffering_indicator=0.3"
|
||||||
",playlist_position=0.1"
|
",playlist_position=0.8"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user