feat: support custom format dates

This commit is contained in:
2025-06-21 03:10:29 +02:00
parent a129fa0186
commit cd1f44ec41
3 changed files with 38 additions and 22 deletions

View File

@@ -36,9 +36,12 @@ e_passwd = "password"
s_wayland = "wayland"
s_xorg = "xorg"
s_shell = "shell"
opts_pre = "< "
opts_post = " >"
[behavior]
include_defshell = true
timefmt = "%Y-%m-%d %H:%M:%S"
source = "/etc/lidm.env"
source = "/etc/locale.conf"
user_source = ".lidm.env"