mirror of
https://github.com/javalsai/lidm.git
synced 2025-07-03 14:25:03 +02:00
45 lines
800 B
INI
45 lines
800 B
INI
[colors]
|
|
bg = "48;2;24;22;22"
|
|
fg = "22;24;38;2;185;185;185"
|
|
err = "1;31"
|
|
s_wayland = "38;2;255;174;66"
|
|
s_xorg = "38;2;37;175;255"
|
|
s_shell = "38;2;34;140;34"
|
|
e_hostname = "38;2;208;189;156"
|
|
e_date = "38;2;144;144;144"
|
|
e_box = "38;2;122;122;122"
|
|
e_header = "4;38;2;126;146;178"
|
|
e_user = "38;2;148;89;84"
|
|
e_passwd = "4;38;2;245;245;205"
|
|
e_badpasswd = "3;4;31"
|
|
e_key = "38;2;255;174;66"
|
|
|
|
[chars]
|
|
hb = "─"
|
|
vb = "│"
|
|
ctl = "┌"
|
|
ctr = "┐"
|
|
cbl = "└"
|
|
cbr = "┘"
|
|
|
|
[functions]
|
|
poweroff = F1
|
|
reboot = F2
|
|
refresh = F5
|
|
|
|
[strings]
|
|
f_poweroff = "poweroff"
|
|
f_reboot = "reboot"
|
|
f_refresh = "refresh"
|
|
e_user = "user"
|
|
e_passwd = "password"
|
|
s_wayland = "wayland"
|
|
s_xorg = "xorg"
|
|
s_shell = "shell"
|
|
|
|
[behavior]
|
|
include_defshell = true
|
|
source = "/etc/lidm.env"
|
|
source = "/etc/locale.conf"
|
|
user_source = ".lidm.env"
|