aboutsummaryrefslogtreecommitdiff
path: root/.config/glava/wave.glsl
blob: f23848d0b0f0579321b2e0cf3faa2a14508bf65a (plain)
1
2
3
4
5
6
7
8
9
10
/* Min (vertical) line thickness */
#define MIN_THICKNESS 1
/* Max (vertical) line thickness */
#define MAX_THICKNESS 6
/* Base color to use, distance from center will multiply the RGB components */
#define BASE_COLOR @fg:vec4(0.7, 0.2, 0.45, 1)
/* Amplitude */
#define AMPLIFY 500
/* Outline color */
#define OUTLINE @bg:vec4(0.15, 0.15, 0.15, 1)