refactor: remove embedded wallpaper from binary (v0.5.2)

Wallpaper is installed by moonarch to /usr/share/moonarch/wallpaper.jpg.
Embedding a 374K JPEG in the binary was redundant. Without a wallpaper
file, GTK background color (Catppuccin Mocha base) shows through and
wallpaper-only windows on secondary monitors are skipped.
This commit is contained in:
2026-03-28 23:26:33 +01:00
parent 9a89da8b13
commit b06b02faac
7 changed files with 35 additions and 61 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "moongreet"
version = "0.5.1"
version = "0.5.2"
edition = "2024"
description = "A greetd greeter for Wayland with GTK4 and Layer Shell"
license = "MIT"