perf: cache blurred wallpaper to disk to avoid re-blur on startup

First launch with blur blurs and saves to /var/cache/moongreet/.
Subsequent starts load the cached PNG directly. Cache invalidates
when wallpaper path, size, mtime, or sigma changes.
This commit is contained in:
2026-03-28 21:23:36 +01:00
parent 64470f99c3
commit 3c39467508
2 changed files with 168 additions and 2 deletions
Generated
+1 -1
View File
@@ -640,7 +640,7 @@ dependencies = [
[[package]]
name = "moongreet"
version = "0.4.1"
version = "0.4.0"
dependencies = [
"gdk-pixbuf",
"gdk4",