fix: prevent edge darkening on GPU-blurred wallpaper (v0.5.3)

GskBlurNode samples pixels outside texture bounds as transparent,
causing visible darkening at wallpaper edges. Fix renders the texture
with 3x-sigma padding before blur, then clips back to original size.
Symmetric fix with moonset v0.7.1.
This commit is contained in:
2026-03-28 23:28:39 +01:00
parent b06b02faac
commit 77b94a560d
3 changed files with 21 additions and 8 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "moongreet"
version = "0.5.2"
version = "0.5.3"
edition = "2024"
description = "A greetd greeter for Wayland with GTK4 and Layer Shell"
license = "MIT"