Compare commits

...

4 Commits

Author SHA1 Message Date
7470df32e0 refactor: moved shader files 2026-03-19 02:19:49 +03:00
9f7ba5395b refactor: ncmpcpp 2026-03-19 02:18:34 +03:00
6181587203 refactor: mpv 2026-03-19 02:18:13 +03:00
53b188fe43 refactor: mpd 2026-03-19 02:18:02 +03:00
4 changed files with 10 additions and 16 deletions

View File

@@ -1,14 +0,0 @@
#version 320 es
precision mediump float;
in vec2 v_texcoord; // Use 'in' instead of 'varying'
uniform sampler2D tex;
out vec4 fragColor; // Use 'out' instead of 'gl_FragColor'
void main() {
vec4 this_colour = texture(tex, v_texcoord);
float new_colour = (this_colour.r + this_colour.g + this_colour.b) / 3.0;
fragColor = vec4(new_colour, new_colour, new_colour, 0.0);
}

View File

@@ -166,7 +166,7 @@ follow_inside_symlinks "yes"
# setting can be specified multiple times for different password profiles.
#
#password "password@read,add,control,admin"
password "kapuchinamusica@read,add,control,admin"
#password "kapuchinamusica@read,add,control,admin"
#
# This setting specifies the permissions a user has who has not yet logged in.
#

View File

@@ -1,2 +1,11 @@
keep-open
loop-playlist=inf
vo=gpu
hwdec=no
video-sync=display-resample
interpolation=yes
cache=yes
demuxer-readahead-secs=15
target-colorspace-hint=no
gpu-context=wayland
window-maximized=no

View File

@@ -24,7 +24,6 @@
##### connection settings #####
#
mpd_host = localhost
mpd_password = kapuchinamusica
#
#mpd_port = 6600
#