Rename min_refresh_delta option to animation_frame_delay (closes #925)

Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
AnErrupTion
2026-02-09 11:38:56 +01:00
parent d1810d8c98
commit 99dba44e46
4 changed files with 18 additions and 10 deletions

View File

@@ -9,6 +9,7 @@ const DurOffsetAlignment = enums.DurOffsetAlignment;
allow_empty_password: bool = true,
animation: Animation = .none,
animation_frame_delay: u16 = 5,
animation_timeout_sec: u12 = 0,
asterisk: ?u32 = '*',
auth_fails: u64 = 10,
@@ -73,7 +74,6 @@ logout_cmd: ?[]const u8 = null,
ly_log: []const u8 = "/var/log/ly.log",
margin_box_h: u8 = 2,
margin_box_v: u8 = 1,
min_refresh_delta: u16 = 5,
numlock: bool = false,
path: ?[]const u8 = "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
restart_cmd: []const u8 = "/sbin/shutdown -r now",