mirror of https://github.com/fairyglade/ly.git
default image copy add
This commit is contained in:
parent
1c11580efd
commit
c1d5e5a21b
|
@ -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 });
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue