mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-09 15:19:13 +02:00
List all users in the system (fixes #373)
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
parent
97efac0cd1
commit
1d4e32ba82
24 changed files with 176 additions and 22 deletions
|
|
@ -50,6 +50,7 @@ input_len: u8 = 34,
|
|||
lang: []const u8 = "en",
|
||||
load: bool = true,
|
||||
login_cmd: ?[]const u8 = null,
|
||||
login_defs_path: []const u8 = "/etc/login.defs",
|
||||
logout_cmd: ?[]const u8 = null,
|
||||
margin_box_h: u8 = 2,
|
||||
margin_box_v: u8 = 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue