mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-24 06:24:20 +02:00
Add basic general log file
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
parent
3f891d7f0d
commit
c3d180c213
24 changed files with 96 additions and 16 deletions
|
|
@ -54,6 +54,7 @@ load: bool = true,
|
|||
login_cmd: ?[]const u8 = null,
|
||||
login_defs_path: []const u8 = "/etc/login.defs",
|
||||
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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue