ItsLemmy
fef8535384
Weather: rain and snow shaders.
2025-11-19 00:16:54 -05:00
Ly-sec
dfd3269928
ControlCenter: add proper shader for distro logo
2025-11-10 20:25:41 +01:00
lysec
88c72fd2a6
LockScreen: fix invalid login attempt info
2025-10-14 01:01:42 +02:00
lysec
6da4acee09
Dock, Tray, ActiveWindow, Taskbar: add theming for app/tray icons
...
appicon_colorize: create simple shader to colorize icons by theme color
2025-10-12 17:51:07 +02:00
ItsLemmy
fc4418be0c
Shader: fix "disc" shader (no disc at 0 progress)
2025-09-29 16:53:33 -04:00
LemmyCook
f9194dd741
Wallpaper: added fillMode to all shaders (no, crop, fit, stretch)
2025-09-01 21:30:38 -04:00
LemmyCook
fac72b257c
Recompiled stripes shader
2025-09-01 19:56:43 -04:00
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
LemmyCook
125a3ace08
Wallpaper: made the selection more responsive to clicks + code cleanup
2025-08-30 12:19:38 -04:00
LemmyCook
3c7d03ada9
Wallpaper: added a bash script to compile all shaders
...
+ code cleanup
2025-08-30 11:22:09 -04:00
LemmyCook
477d38d928
Wallpaper: shaders improvements with more parameters and new Stripes shader
2025-08-30 10:43:33 -04:00
LemmyCook
91afdf7f13
Wallpaper: added disc transition
2025-08-29 21:40:20 -04:00
LemmyCook
5ab76c98e5
wallpaper: renamed Swipe => Wipe
2025-08-29 19:10:16 -04:00
LemmyCook
f5b4984295
Wallpaper: swipe left/right/up/down
2025-08-29 19:06:01 -04:00
LemmyCook
63e90a5c17
Wallpaper: cool fade in transition via shader
2025-08-29 16:26:48 -04:00
LemmyCook
b6379da96c
Introducing fragment shaders for image rounding.
2025-08-22 13:59:49 -04:00