- Fix BGRA→RGBA channel swap in apply_blur so image::RgbaImage semantics match the actual pixel data from GDK texture download - Logout now calls app.quit() like lock does, via new quit_after field on ActionDef (replaces fragile magic string comparison) - Log TOML parse errors to stderr instead of silently ignoring - Remove pointless zlib compression of JPEG wallpaper in GResource - Add tests for quit_after behavior and config error handling
9 lines
220 B
XML
9 lines
220 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<gresources>
|
|
<gresource prefix="/dev/moonarch/moonset">
|
|
<file>style.css</file>
|
|
<file>wallpaper.jpg</file>
|
|
<file>default-avatar.svg</file>
|
|
</gresource>
|
|
</gresources>
|