Compare commits
4 Commits
fd8c404856
...
7470df32e0
| Author | SHA1 | Date | |
|---|---|---|---|
| 7470df32e0 | |||
| 9f7ba5395b | |||
| 6181587203 | |||
| 53b188fe43 |
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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.
|
||||
#
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
##### connection settings #####
|
||||
#
|
||||
mpd_host = localhost
|
||||
mpd_password = kapuchinamusica
|
||||
#
|
||||
#mpd_port = 6600
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user