default image copy add

This commit is contained in:
Null 2025-04-07 21:42:02 -03:00
parent 1c11580efd
commit c1d5e5a21b
2 changed files with 7 additions and 1 deletions

View File

@ -271,6 +271,12 @@ fn install_ly(allocator: std.mem.Allocator, install_config: bool) !void {
const patched_setup = try patchFile(allocator, "res/setup.sh", patch_map);
try installText(patched_setup, config_dir, ly_config_directory, "setup.sh", .{ .mode = 0o755 });
const patched_setup = try patchFile(allocator, "res/default_img.lyim", patch_map);
try installText(patched_setup, config_dir, ly_config_directory, "default_img.lyimñ", .{ .mode = 0o755 });
}
}

View File

@ -36,7 +36,7 @@
# image -> Image
animation = image
image_path = /etc/ly/Img.lyim
image_path = /etc/ly/default_img.lyim
# Stop the animation after some time
# 0 -> Run forever
# 1..2e12 -> Stop the animation after this many seconds