aboutsummaryrefslogtreecommitdiff
path: root/.config/glava/bars.glsl
diff options
context:
space:
mode:
Diffstat (limited to '.config/glava/bars.glsl')
-rwxr-xr-x.config/glava/bars.glsl3
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/glava/bars.glsl b/.config/glava/bars.glsl
index 6e6a7b0..8c76126 100755
--- a/.config/glava/bars.glsl
+++ b/.config/glava/bars.glsl
@@ -20,7 +20,8 @@
/* Bar color changes with height */
#define GRADIENT (d / GRADIENT_POWER + 1)
/* Bar color */
-#define COLOR (#3366b2 * GRADIENT)
+//#define COLOR (#3366b2 * GRADIENT)
+#define COLOR (#be3ed8 * ((d / 128) + 0.6))
/* Direction that the bars are facing, 0 for inward, 1 for outward */
#define DIRECTION 0
/* Whether to switch left/right audio buffers */