From b32a775ce1835b4a3910c36b088f75c62d480e58 Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 8 Dec 2025 20:40:41 +0000 Subject: Add cshader vfor bg --- config/picom/shaders/glitch.glsl | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'config/picom/shaders/glitch.glsl') diff --git a/config/picom/shaders/glitch.glsl b/config/picom/shaders/glitch.glsl index be28f78..aa27fe6 100644 --- a/config/picom/shaders/glitch.glsl +++ b/config/picom/shaders/glitch.glsl @@ -1,12 +1,11 @@ #version 330 - int delta = 20; -float barh = 0.02; -float barw = 0.4; -int nbar = 16; +float barh = 0.05; +float barw = 0.6; +int nbar = 8; -float maxoff = 5; +float maxoff = 32; float minoff = 2; in vec2 texcoord; // texture coordinate of the fragment -- cgit v1.2.3