This commit is contained in:
2025-09-14 22:40:56 +02:00
parent 0312513ba6
commit a8b778f04b
5 changed files with 12 additions and 5 deletions

5
.scripts/mpv-sm Executable file
View 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 "$@"

View File

@@ -112,5 +112,5 @@
:windowtype "normal"
:wm-ignore true
:monitor 0
:geometry (geometry :x 2 :y 0)
:geometry (geometry :x 0 :y 0)
(main))

View File

@@ -67,7 +67,7 @@ osd-blur=0.2 # Gaussian blur factor. 0 means
# ========== 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 ==========
@@ -85,7 +85,7 @@ sub-fix-timing=no # https://mpv.io/manual/stable/#
sub-auto=all # https://mpv.io/manual/stable/#options-sub-auto
# 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-color='#FFFFFFFF'
sub-border-color='#FF000000'

View File

@@ -24,7 +24,8 @@
/* The whole bar */
#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;
border-radius: 0px;
margin: 0px;

View File

@@ -24,7 +24,8 @@
/* The whole bar */
#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;
border-radius: 0px;
margin: 0px;