per-pixel wave reveal mask for lock screen overlay layers

This commit is contained in:
Damocles 2026-04-18 11:35:51 +02:00
parent e4b257d760
commit e2f8accbc1
3 changed files with 59 additions and 33 deletions

View file

@ -27,10 +27,13 @@ stdenvNoCC.mkDerivation {
mkdir -p $out/share/nova-shell
cp -r shell/shell.qml shell/modules shell/services shell/applets shell/lock shell/assets $out/share/nova-shell/
# Compile fragment shader to Qt RHI format
# Compile fragment shaders to Qt RHI format
qsb --qt6 \
-o $out/share/nova-shell/modules/hex_wave.frag.qsb \
shell/modules/hex_wave.frag
qsb --qt6 \
-o $out/share/nova-shell/modules/reveal_mask.frag.qsb \
shell/modules/reveal_mask.frag
mkdir -p $out/bin
makeWrapper ${lib.getExe quickshell} $out/bin/nova-shell \