move all existing stuff to old/
This commit is contained in:
parent
c215878777
commit
35f5e8472b
49 changed files with 0 additions and 0 deletions
1
old/_config/mpv/.gitignore
vendored
Normal file
1
old/_config/mpv/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
watch_later/*
|
1
old/_config/mpv/mpv.conf
Normal file
1
old/_config/mpv/mpv.conf
Normal file
|
@ -0,0 +1 @@
|
|||
loop-file=yes
|
2
old/_config/mpv/sbs.conf
Normal file
2
old/_config/mpv/sbs.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
glsl_shader=~~/sbs-tweak.glsl
|
||||
loop-file=yes
|
8
old/_config/mpv/shaders/sbs-tweak.glsl
Normal file
8
old/_config/mpv/shaders/sbs-tweak.glsl
Normal file
|
@ -0,0 +1,8 @@
|
|||
//!HOOK CHROMA
|
||||
//!BIND HOOKED
|
||||
//!BIND LUMA
|
||||
|
||||
vec4 hook() {
|
||||
vec3 _m = vec3(HOOKED_pos, 0.5);
|
||||
return vec4(_m, 1.0);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue