mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-23 14:04:20 +02:00
Add login & logout script support
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
parent
2901b408dc
commit
b5b3317dd8
4 changed files with 28 additions and 9 deletions
|
|
@ -32,6 +32,8 @@ initial_info_text: ?[]const u8 = null,
|
|||
input_len: u8 = 34,
|
||||
lang: []const u8 = "en",
|
||||
load: bool = true,
|
||||
login_cmd: ?[]const u8 = null,
|
||||
logout_cmd: ?[]const u8 = null,
|
||||
margin_box_h: u8 = 2,
|
||||
margin_box_v: u8 = 1,
|
||||
min_refresh_delta: u16 = 5,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue