add sway and waybar configs, misc other stuff
This commit is contained in:
parent
192a283141
commit
528c998ee4
21 changed files with 634 additions and 58 deletions
8
_config/mpv/shaders/sbs-tweak.glsl
Normal file
8
_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