noctalia-shell/Shaders
loner 81d3bad747
fix: shader error
The shader compilation error occurred in wp_stripes.frag, which handles
the "stripes" wallpaper transition. The bug was
  caused by the modulo operator (%), which is not supported in the older
GLSL version your system is using for
  compilation.

  I fixed it by replacing the incompatible % operator with the standard
mod() function, which works across all GLSL
  versions.
2025-09-02 00:13:54 +08:00
..
frag fix: shader error 2025-09-02 00:13:54 +08:00
qsb Wallpaper: made the selection more responsive to clicks + code cleanup 2025-08-30 12:19:38 -04:00