minor
This commit is contained in:
5
.scripts/mpv-sm
Executable file
5
.scripts/mpv-sm
Executable file
@@ -0,0 +1,5 @@
|
|||||||
|
#/bin/sh
|
||||||
|
|
||||||
|
export NVPRESENT_ENABLE_SMOOTH_MOTION=1
|
||||||
|
|
||||||
|
mpv --vo=gpu-next --gpu-api=vulkan --gpu-context=waylandvk --video-sync=audio "$@"
|
||||||
@@ -112,5 +112,5 @@
|
|||||||
:windowtype "normal"
|
:windowtype "normal"
|
||||||
:wm-ignore true
|
:wm-ignore true
|
||||||
:monitor 0
|
:monitor 0
|
||||||
:geometry (geometry :x 2 :y 0)
|
:geometry (geometry :x 0 :y 0)
|
||||||
(main))
|
(main))
|
||||||
|
|||||||
@@ -67,7 +67,7 @@ osd-blur=0.2 # Gaussian blur factor. 0 means
|
|||||||
# ========== LANGUAGE PRIORITY ==========
|
# ========== LANGUAGE PRIORITY ==========
|
||||||
|
|
||||||
alang=ja,jp,jpn,en,eng # Audio language priority
|
alang=ja,jp,jpn,en,eng # Audio language priority
|
||||||
slang=en,eng # Subtitle language priority
|
slang=zh_cn,zh_tw,zh,chi,en,eng # Subtitle language priority
|
||||||
|
|
||||||
|
|
||||||
# ========== AUDIO ==========
|
# ========== AUDIO ==========
|
||||||
@@ -85,7 +85,7 @@ sub-fix-timing=no # https://mpv.io/manual/stable/#
|
|||||||
sub-auto=all # https://mpv.io/manual/stable/#options-sub-auto
|
sub-auto=all # https://mpv.io/manual/stable/#options-sub-auto
|
||||||
|
|
||||||
# The following options only apply to subtitles without own styling
|
# The following options only apply to subtitles without own styling
|
||||||
sub-font='Netflix Sans Medium' # Specify font to use for subtitles that do not themselves specify a particular font
|
sub-font='Noto Sans CJK SC' # Specify font to use for subtitles that do not themselves specify a particular font
|
||||||
sub-font-size=40
|
sub-font-size=40
|
||||||
sub-color='#FFFFFFFF'
|
sub-color='#FFFFFFFF'
|
||||||
sub-border-color='#FF000000'
|
sub-border-color='#FF000000'
|
||||||
|
|||||||
@@ -24,7 +24,8 @@
|
|||||||
|
|
||||||
/* The whole bar */
|
/* The whole bar */
|
||||||
#waybar {
|
#waybar {
|
||||||
background-color: transparent;
|
background: linear-gradient(to bottom, alpha(@base, 0.8), alpha(@base, 0.6), alpha(@base, 0.4), alpha(@base, 0));
|
||||||
|
/* background: transparent; */
|
||||||
color: @text;
|
color: @text;
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
|
|||||||
@@ -24,7 +24,8 @@
|
|||||||
|
|
||||||
/* The whole bar */
|
/* The whole bar */
|
||||||
#waybar {
|
#waybar {
|
||||||
background-color: transparent;
|
background: linear-gradient(to bottom, alpha(@base, 0.8), alpha(@base, 0.6), alpha(@base, 0.4), alpha(@base, 0));
|
||||||
|
/* background: transparent; */
|
||||||
color: @text;
|
color: @text;
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
|
|||||||
Reference in New Issue
Block a user