mirror of
https://github.com/javalsai/lidm.git
synced 2025-07-03 14:25:03 +02:00
style(themes): renew themes to new format and fix stuff
This commit is contained in:
parent
5174f0b2bf
commit
7d92c4dd2c
@ -1,35 +1,44 @@
|
|||||||
colors.bg = 48;2;77;33;55
|
[colors]
|
||||||
colors.fg = 22;3;24;38;2;245;245;245
|
bg = "48;2;77;33;55"
|
||||||
colors.err = 1;31
|
fg = "22;3;24;38;2;245;245;245"
|
||||||
colors.s_wayland = 38;2;255;174;66
|
err = "1;31"
|
||||||
colors.s_xorg = 38;2;37;175;255
|
s_wayland = "38;2;255;174;66"
|
||||||
colors.s_shell = 32
|
s_xorg = "38;2;37;175;255"
|
||||||
colors.e_hostname = 1;23;38;5;197
|
s_shell = "32"
|
||||||
colors.e_date = 31
|
e_hostname = "1;23;38;5;197"
|
||||||
colors.e_box = 31
|
e_date = "31"
|
||||||
colors.e_header = 1;4;38;5;204
|
e_box = "31"
|
||||||
colors.e_user = 38;5;51
|
e_header = "1;4;38;5;204"
|
||||||
colors.e_passwd = 4;2;38;5;203
|
e_user = "38;5;51"
|
||||||
colors.e_badpasswd = 4;31
|
e_passwd = "4;2;38;5;203"
|
||||||
colors.e_key = 1;23;38;5;197
|
e_badpasswd = "4;31"
|
||||||
chars.hb = ─
|
e_key = "1;23;38;5;197"
|
||||||
chars.vb = │
|
|
||||||
chars.ctl = ┌
|
[chars]
|
||||||
chars.ctr = ┐
|
hb = "─"
|
||||||
chars.cbl = └
|
vb = "│"
|
||||||
chars.cbr = ┘
|
ctl = "┌"
|
||||||
functions.poweroff = F1
|
ctr = "┐"
|
||||||
functions.reboot = F2
|
cbl = "└"
|
||||||
functions.refresh = F5
|
cbr = "┘"
|
||||||
strings.f_poweroff = poweroff
|
|
||||||
strings.f_reboot = reboot
|
[functions]
|
||||||
strings.f_refresh = refresh
|
poweroff = F1
|
||||||
strings.e_user = user
|
reboot = F2
|
||||||
strings.e_passwd = password
|
refresh = F5
|
||||||
strings.s_wayland = wayland
|
|
||||||
strings.s_xorg = xorg
|
[strings]
|
||||||
strings.s_shell = shell
|
f_poweroff = "poweroff"
|
||||||
behavior.include_defshell = true
|
f_reboot = "reboot"
|
||||||
behavior.source = /etc/lidm.env
|
f_refresh = "refresh"
|
||||||
behavior.source = /etc/locale.conf
|
e_user = "user"
|
||||||
behavior.user_source = .lidm.env
|
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"
|
||||||
|
@ -1,35 +1,44 @@
|
|||||||
colors.bg = 48;2;38;28;28
|
[colors]
|
||||||
colors.fg = 22;24;38;2;245;245;245
|
bg = "48;2;38;28;28"
|
||||||
colors.err = 1;31
|
fg = "22;24;38;2;245;245;245"
|
||||||
colors.s_wayland = 38;2;255;174;66
|
err = "1;31"
|
||||||
colors.s_xorg = 38;2;37;175;255
|
s_wayland = "38;2;255;174;66"
|
||||||
colors.s_shell = 38;2;34;140;34
|
s_xorg = "38;2;37;175;255"
|
||||||
colors.e_hostname = 38;2;255;64;64
|
s_shell = "38;2;34;140;34"
|
||||||
colors.e_date = 38;2;144;144;144
|
e_hostname = "38;2;255;64;64"
|
||||||
colors.e_box = 38;2;122;122;122
|
e_date = "38;2;144;144;144"
|
||||||
colors.e_header = 4;38;2;0;255;0
|
e_box = "38;2;122;122;122"
|
||||||
colors.e_user = 36
|
e_header = "4;38;2;0;255;0"
|
||||||
colors.e_passwd = 4;38;2;245;245;205
|
e_user = "36"
|
||||||
colors.e_badpasswd = 3;4;31
|
e_passwd = "4;38;2;245;245;205"
|
||||||
colors.e_key = 38;2;255;174;66
|
e_badpasswd = "3;4;31"
|
||||||
chars.hb = ─
|
e_key = "38;2;255;174;66"
|
||||||
chars.vb = │
|
|
||||||
chars.ctl = ┌
|
[chars]
|
||||||
chars.ctr = ┐
|
hb = "─"
|
||||||
chars.cbl = └
|
vb = "│"
|
||||||
chars.cbr = ┘
|
ctl = "┌"
|
||||||
functions.poweroff = F1
|
ctr = "┐"
|
||||||
functions.reboot = F2
|
cbl = "└"
|
||||||
functions.refresh = F5
|
cbr = "┘"
|
||||||
strings.f_poweroff = poweroff
|
|
||||||
strings.f_reboot = reboot
|
[functions]
|
||||||
strings.f_refresh = refresh
|
poweroff = F1
|
||||||
strings.e_user = user
|
reboot = F2
|
||||||
strings.e_passwd = password
|
refresh = F5
|
||||||
strings.s_wayland = wayland
|
|
||||||
strings.s_xorg = xorg
|
[strings]
|
||||||
strings.s_shell = shell
|
f_poweroff = "poweroff"
|
||||||
behavior.include_defshell = true
|
f_reboot = "reboot"
|
||||||
behavior.source = /etc/lidm.env
|
f_refresh = "refresh"
|
||||||
behavior.source = /etc/locale.conf
|
e_user = "user"
|
||||||
behavior.user_source = .lidm.env
|
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"
|
||||||
|
@ -1,35 +1,44 @@
|
|||||||
colors.bg = 48;2;24;22;22
|
[colors]
|
||||||
colors.fg = 22;24;38;2;185;185;185
|
bg = "48;2;24;22;22"
|
||||||
colors.err = 1;31
|
fg = "22;24;38;2;185;185;185"
|
||||||
colors.s_wayland = 38;2;255;174;66
|
err = "1;31"
|
||||||
colors.s_xorg = 38;2;37;175;255
|
s_wayland = "38;2;255;174;66"
|
||||||
colors.s_shell = 38;2;34;140;34
|
s_xorg = "38;2;37;175;255"
|
||||||
colors.e_hostname = 38;2;208;189;156
|
s_shell = "38;2;34;140;34"
|
||||||
colors.e_date = 38;2;144;144;144
|
e_hostname = "38;2;208;189;156"
|
||||||
colors.e_box = 38;2;122;122;122
|
e_date = "38;2;144;144;144"
|
||||||
colors.e_header = 4;38;2;126;146;178
|
e_box = "38;2;122;122;122"
|
||||||
colors.e_user = 38;2;148;89;84
|
e_header = "4;38;2;126;146;178"
|
||||||
colors.e_passwd = 4;38;2;245;245;205
|
e_user = "38;2;148;89;84"
|
||||||
colors.e_badpasswd = 3;4;31
|
e_passwd = "4;38;2;245;245;205"
|
||||||
colors.e_key = 38;2;255;174;66
|
e_badpasswd = "3;4;31"
|
||||||
chars.hb = ─
|
e_key = "38;2;255;174;66"
|
||||||
chars.vb = │
|
|
||||||
chars.ctl = ┌
|
[chars]
|
||||||
chars.ctr = ┐
|
hb = "─"
|
||||||
chars.cbl = └
|
vb = "│"
|
||||||
chars.cbr = ┘
|
ctl = "┌"
|
||||||
functions.poweroff = F1
|
ctr = "┐"
|
||||||
functions.reboot = F2
|
cbl = "└"
|
||||||
functions.refresh = F5
|
cbr = "┘"
|
||||||
strings.f_poweroff = poweroff
|
|
||||||
strings.f_reboot = reboot
|
[functions]
|
||||||
strings.f_refresh = refresh
|
poweroff = F1
|
||||||
strings.e_user = user
|
reboot = F2
|
||||||
strings.e_passwd = password
|
refresh = F5
|
||||||
strings.s_wayland = wayland
|
|
||||||
strings.s_xorg = xorg
|
[strings]
|
||||||
strings.s_shell = shell
|
f_poweroff = "poweroff"
|
||||||
behavior.include_defshell = true
|
f_reboot = "reboot"
|
||||||
behavior.source = /etc/lidm.env
|
f_refresh = "refresh"
|
||||||
behavior.source = /etc/locale.conf
|
e_user = "user"
|
||||||
behavior.user_source = .lidm.env
|
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"
|
||||||
|
@ -1,35 +1,44 @@
|
|||||||
colors.bg = 48;2;28;28;36
|
[colors]
|
||||||
colors.fg = 22;24;38;2;168;168;168
|
bg = "48;2;28;28;36"
|
||||||
colors.err = 1;31
|
fg = "22;24;38;2;168;168;168"
|
||||||
colors.s_wayland = 38;2;255;174;66
|
err = "1;31"
|
||||||
colors.s_xorg = 38;2;37;175;255
|
s_wayland = "38;2;255;174;66"
|
||||||
colors.s_shell = 38;2;34;140;34
|
s_xorg = "38;2;37;175;255"
|
||||||
colors.e_hostname = 38;2;196;165;112
|
s_shell = "38;2;34;140;34"
|
||||||
colors.e_date = 38;2;144;144;144
|
e_hostname = "38;2;196;165;112"
|
||||||
colors.e_box = 38;2;122;122;122
|
e_date = "38;2;144;144;144"
|
||||||
colors.e_header = 4;38;2;114;133;162
|
e_box = "38;2;122;122;122"
|
||||||
colors.e_user = 38;2;211;137;88
|
e_header = "4;38;2;114;133;162"
|
||||||
colors.e_passwd = 4;38;2;245;245;205
|
e_user = "38;2;211;137;88"
|
||||||
colors.e_badpasswd = 3;4;31
|
e_passwd = "4;38;2;245;245;205"
|
||||||
colors.e_key = 38;2;255;174;66
|
e_badpasswd = "3;4;31"
|
||||||
chars.hb = ─
|
e_key = "38;2;255;174;66"
|
||||||
chars.vb = │
|
|
||||||
chars.ctl = ┌
|
[chars]
|
||||||
chars.ctr = ┐
|
hb = "─"
|
||||||
chars.cbl = └
|
vb = "│"
|
||||||
chars.cbr = ┘
|
ctl = "┌"
|
||||||
functions.poweroff = F1
|
ctr = "┐"
|
||||||
functions.reboot = F2
|
cbl = "└"
|
||||||
functions.refresh = F5
|
cbr = "┘"
|
||||||
strings.f_poweroff = poweroff
|
|
||||||
strings.f_reboot = reboot
|
[functions]
|
||||||
strings.f_refresh = refresh
|
poweroff = F1
|
||||||
strings.e_user = user
|
reboot = F2
|
||||||
strings.e_passwd = password
|
refresh = F5
|
||||||
strings.s_wayland = wayland
|
|
||||||
strings.s_xorg = xorg
|
[strings]
|
||||||
strings.s_shell = shell
|
f_poweroff = "poweroff"
|
||||||
behavior.include_defshell = true
|
f_reboot = "reboot"
|
||||||
behavior.source = /etc/lidm.env
|
f_refresh = "refresh"
|
||||||
behavior.source = /etc/locale.conf
|
e_user = "user"
|
||||||
behavior.user_source = .lidm.env
|
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"
|
||||||
|
@ -1,35 +1,44 @@
|
|||||||
colors.bg = 48;2;15;22;15
|
[colors]
|
||||||
colors.fg = 22;23;24;38;2;245;245;245
|
bg = "48;2;15;22;15"
|
||||||
colors.err = 1;31
|
fg = "22;23;24;38;2;245;245;245"
|
||||||
colors.s_wayland = 38;2;255;174;66
|
err = "1;31"
|
||||||
colors.s_xorg = 38;2;37;175;255
|
s_wayland = "38;2;255;174;66"
|
||||||
colors.s_shell = 32
|
s_xorg = "38;2;37;175;255"
|
||||||
colors.e_hostname = 38;5;28
|
s_shell = "32"
|
||||||
colors.e_date = 32
|
e_hostname = "38;5;28"
|
||||||
colors.e_box = 32
|
e_date = "32"
|
||||||
colors.e_header = 1;4;32
|
e_box = "32"
|
||||||
colors.e_user = 38;5;51
|
e_header = "1;4;32"
|
||||||
colors.e_passwd = 4;2;38;5;83
|
e_user = "38;5;51"
|
||||||
colors.e_badpasswd = 3;4;31
|
e_passwd = "4;2;38;5;83"
|
||||||
colors.e_key = 32
|
e_badpasswd = "3;4;31"
|
||||||
chars.hb = ─
|
e_key = "32"
|
||||||
chars.vb = │
|
|
||||||
chars.ctl = ┌
|
[chars]
|
||||||
chars.ctr = ┐
|
hb = "─"
|
||||||
chars.cbl = └
|
vb = "│"
|
||||||
chars.cbr = ┘
|
ctl = "┌"
|
||||||
functions.poweroff = F1
|
ctr = "┐"
|
||||||
functions.reboot = F2
|
cbl = "└"
|
||||||
functions.refresh = F5
|
cbr = "┘"
|
||||||
strings.f_poweroff = poweroff
|
|
||||||
strings.f_reboot = reboot
|
[functions]
|
||||||
strings.f_refresh = refresh
|
poweroff = F1
|
||||||
strings.e_user = user
|
reboot = F2
|
||||||
strings.e_passwd = password
|
refresh = F5
|
||||||
strings.s_wayland = wayland
|
|
||||||
strings.s_xorg = xorg
|
[strings]
|
||||||
strings.s_shell = shell
|
f_poweroff = "poweroff"
|
||||||
behavior.include_defshell = true
|
f_reboot = "reboot"
|
||||||
behavior.source = /etc/lidm.env
|
f_refresh = "refresh"
|
||||||
behavior.source = /etc/locale.conf
|
e_user = "user"
|
||||||
behavior.user_source = .lidm.env
|
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"
|
||||||
|
@ -1,35 +1,44 @@
|
|||||||
colors.bg = 48;2;19;19;22
|
[colors]
|
||||||
colors.fg = 22;24;38;2;245;245;245
|
bg = "48;2;19;19;22"
|
||||||
colors.err = 1;31
|
fg = "22;24;38;2;245;245;245"
|
||||||
colors.s_wayland = 38;2;255;174;66
|
err = "1;31"
|
||||||
colors.s_xorg = 38;2;37;175;255
|
s_wayland = "38;2;255;174;66"
|
||||||
colors.s_shell = 32
|
s_xorg = "38;2;37;175;255"
|
||||||
colors.e_hostname = 34
|
s_shell = "32"
|
||||||
colors.e_date = 38;2;66;66;88
|
e_hostname = "34"
|
||||||
colors.e_box = 38;2;122;122;122
|
e_date = "38;2;66;66;88"
|
||||||
colors.e_header = 1;4;36
|
e_box = "38;2;122;122;122"
|
||||||
colors.e_user = 38;5;51
|
e_header = "1;4;36"
|
||||||
colors.e_passwd = 4;2;38;5;80
|
e_user = "38;5;51"
|
||||||
colors.e_badpasswd = 3;4;31
|
e_passwd = "4;2;38;5;80"
|
||||||
colors.e_key = 34
|
e_badpasswd = "3;4;31"
|
||||||
chars.hb = ─
|
e_key = "34"
|
||||||
chars.vb = │
|
|
||||||
chars.ctl = ┌
|
[chars]
|
||||||
chars.ctr = ┐
|
hb = "─"
|
||||||
chars.cbl = └
|
vb = "│"
|
||||||
chars.cbr = ┘
|
ctl = "┌"
|
||||||
functions.poweroff = F1
|
ctr = "┐"
|
||||||
functions.reboot = F2
|
cbl = "└"
|
||||||
functions.refresh = F5
|
cbr = "┘"
|
||||||
strings.f_poweroff = poweroff
|
|
||||||
strings.f_reboot = reboot
|
[functions]
|
||||||
strings.f_refresh = refresh
|
poweroff = F1
|
||||||
strings.e_user = user
|
reboot = F2
|
||||||
strings.e_passwd = password
|
refresh = F5
|
||||||
strings.s_wayland = wayland
|
|
||||||
strings.s_xorg = xorg
|
[strings]
|
||||||
strings.s_shell = shell
|
f_poweroff = "poweroff"
|
||||||
behavior.include_defshell = true
|
f_reboot = "reboot"
|
||||||
behavior.source = /etc/lidm.env
|
f_refresh = "refresh"
|
||||||
behavior.source = /etc/locale.conf
|
e_user = "user"
|
||||||
behavior.user_source = .lidm.env
|
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"
|
||||||
|
@ -1,35 +1,46 @@
|
|||||||
colors.bg = -
|
[colors]
|
||||||
colors.fg = 24;39m[?25l[-
|
# the '-' makes '\x1b[-m' which usually does nothing
|
||||||
colors.err = -
|
bg = "-"
|
||||||
colors.s_wayland = -
|
# you can even break out of the '\x1b...m' context like do, I wouldn't though
|
||||||
colors.s_xorg = -
|
fg = "24;39m\x1b[?25l\x1b[-"
|
||||||
colors.s_shell = -
|
err = "-"
|
||||||
colors.e_hostname = -
|
s_wayland = "-"
|
||||||
colors.e_date = 30
|
s_xorg = "-"
|
||||||
colors.e_box = -
|
s_shell = "-"
|
||||||
colors.e_header = 30
|
e_hostname = "-"
|
||||||
colors.e_user = -
|
e_date = "30"
|
||||||
colors.e_passwd = 24;30
|
e_box = "-"
|
||||||
colors.e_badpasswd = -
|
e_header = "30"
|
||||||
colors.e_key = -
|
e_user = "-"
|
||||||
chars.hb = -
|
e_passwd = "24;30"
|
||||||
chars.vb = -
|
e_badpasswd = "-"
|
||||||
chars.ctl = -
|
e_key = "-"
|
||||||
chars.ctr = -
|
|
||||||
chars.cbl = -
|
[chars]
|
||||||
chars.cbr = -
|
hb = " "
|
||||||
functions.poweroff = F1
|
vb = " "
|
||||||
functions.reboot = F2
|
ctl = " "
|
||||||
functions.refresh = F5
|
ctr = " "
|
||||||
strings.f_poweroff = poweroff
|
cbl = " "
|
||||||
strings.f_reboot = reboot
|
cbr = " "
|
||||||
strings.f_refresh = refresh
|
|
||||||
strings.e_user = user
|
[functions]
|
||||||
strings.e_passwd = password
|
poweroff = F1
|
||||||
strings.s_wayland = wayland
|
reboot = F2
|
||||||
strings.s_xorg = xorg
|
refresh = F5
|
||||||
strings.s_shell = shell
|
|
||||||
behavior.include_defshell = true
|
[strings]
|
||||||
behavior.source = /etc/lidm.env
|
f_poweroff = "poweroff"
|
||||||
behavior.source = /etc/locale.conf
|
f_reboot = "reboot"
|
||||||
behavior.user_source = .lidm.env
|
f_refresh = "refresh"
|
||||||
|
e_user = ""
|
||||||
|
e_passwd = ""
|
||||||
|
s_wayland = ""
|
||||||
|
s_xorg = ""
|
||||||
|
s_shell = ""
|
||||||
|
|
||||||
|
[behavior]
|
||||||
|
include_defshell = true
|
||||||
|
source = "/etc/lidm.env"
|
||||||
|
source = "/etc/locale.conf"
|
||||||
|
user_source = ".lidm.env"
|
||||||
|
@ -1,35 +1,44 @@
|
|||||||
colors.bg = 48;2;0;0;255
|
[colors]
|
||||||
colors.fg = 22;24;39;48;2;0;0;255
|
bg = "48;2;0;0;255"
|
||||||
colors.err = 1;31
|
fg = "22;24;39;48;2;0;0;255"
|
||||||
colors.s_wayland = 38;2;255;174;66
|
err = "1;31"
|
||||||
colors.s_xorg = 38;2;37;175;255
|
s_wayland = "38;2;255;174;66"
|
||||||
colors.s_shell = 38;2;34;140;34
|
s_xorg = "38;2;37;175;255"
|
||||||
colors.e_hostname = 38;2;255;64;64
|
s_shell = "38;2;34;140;34"
|
||||||
colors.e_date = 38;2;144;144;144
|
e_hostname = "38;2;255;64;64"
|
||||||
colors.e_box = 34
|
e_date = "38;2;144;144;144"
|
||||||
colors.e_header = 4;38;2;0;255;0
|
e_box = "34"
|
||||||
colors.e_user = 36
|
e_header = "4;38;2;0;255;0"
|
||||||
colors.e_passwd = 4;38;2;245;245;205
|
e_user = "36"
|
||||||
colors.e_badpasswd = 3;4;31
|
e_passwd = "4;38;2;245;245;205"
|
||||||
colors.e_key = 1;31;48;2;255;174;66
|
e_badpasswd = "3;4;31"
|
||||||
chars.hb = █
|
e_key = "1;31;48;2;255;174;66"
|
||||||
chars.vb = █
|
|
||||||
chars.ctl = █
|
[chars]
|
||||||
chars.ctr = █
|
hb = "█"
|
||||||
chars.cbl = █
|
vb = "█"
|
||||||
chars.cbr = █
|
ctl = "█"
|
||||||
functions.poweroff = F1
|
ctr = "█"
|
||||||
functions.reboot = F2
|
cbl = "█"
|
||||||
functions.refresh = F5
|
cbr = "█"
|
||||||
strings.f_poweroff = powewoff
|
|
||||||
strings.f_reboot = rewoot
|
[functions]
|
||||||
strings.f_refresh = rewresh
|
poweroff = F1
|
||||||
strings.e_user = wuser
|
reboot = F2
|
||||||
strings.e_passwd = passwd
|
refresh = F5
|
||||||
strings.s_wayland = waywand
|
|
||||||
strings.s_xorg = xworg
|
[strings]
|
||||||
strings.s_shell = swell
|
f_poweroff = "powewoff"
|
||||||
behavior.include_defshell = true
|
f_reboot = "rewoot"
|
||||||
behavior.source = /etc/lidm.env
|
f_refresh = "rewresh"
|
||||||
behavior.source = /etc/locale.conf
|
e_user = "wuser"
|
||||||
behavior.user_source = .lidm.env
|
e_passwd = "passwd"
|
||||||
|
s_wayland = "waywand"
|
||||||
|
s_xorg = "xworg"
|
||||||
|
s_shell = "swell"
|
||||||
|
|
||||||
|
[behavior]
|
||||||
|
include_defshell = true
|
||||||
|
source = "/etc/lidm.env"
|
||||||
|
source = "/etc/locale.conf"
|
||||||
|
user_source = ".lidm.env"
|
||||||
|
@ -1,35 +1,45 @@
|
|||||||
colors.bg = -
|
[colors]
|
||||||
colors.fg = 24
|
# the '-' makes '\x1b[-m' which usually does nothing
|
||||||
colors.err = -
|
bg = "-"
|
||||||
colors.s_wayland = -
|
fg = "24"
|
||||||
colors.s_xorg = -
|
err = "-"
|
||||||
colors.s_shell = -
|
s_wayland = "-"
|
||||||
colors.e_hostname = -
|
s_xorg = "-"
|
||||||
colors.e_date = -
|
s_shell = "-"
|
||||||
colors.e_box = -
|
e_hostname = "-"
|
||||||
colors.e_header = -
|
e_date = "-"
|
||||||
colors.e_user = -
|
e_box = "-"
|
||||||
colors.e_passwd = -
|
e_header = "-"
|
||||||
colors.e_badpasswd = -
|
e_user = "-"
|
||||||
colors.e_key = -
|
e_passwd = "-"
|
||||||
chars.hb = ─
|
e_badpasswd = "-"
|
||||||
chars.vb = │
|
e_key = "-"
|
||||||
chars.ctl = ┌
|
|
||||||
chars.ctr = ┐
|
[chars]
|
||||||
chars.cbl = └
|
hb = "─"
|
||||||
chars.cbr = ┘
|
vb = "│"
|
||||||
functions.poweroff = F1
|
ctl = "┌"
|
||||||
functions.reboot = F2
|
ctr = "┐"
|
||||||
functions.refresh = F5
|
cbl = "└"
|
||||||
strings.f_poweroff = poweroff
|
cbr = "┘"
|
||||||
strings.f_reboot = reboot
|
|
||||||
strings.f_refresh = refresh
|
[functions]
|
||||||
strings.e_user = user
|
poweroff = F1
|
||||||
strings.e_passwd = password
|
reboot = F2
|
||||||
strings.s_wayland = wayland
|
refresh = F5
|
||||||
strings.s_xorg = xorg
|
|
||||||
strings.s_shell = shell
|
[strings]
|
||||||
behavior.include_defshell = true
|
f_poweroff = "off"
|
||||||
behavior.source = /etc/lidm.env
|
f_reboot = "reb"
|
||||||
behavior.source = /etc/locale.conf
|
f_refresh = "ref"
|
||||||
behavior.user_source = .lidm.env
|
e_user = "user"
|
||||||
|
e_passwd = "pass"
|
||||||
|
s_wayland = "wayl"
|
||||||
|
s_xorg = "xorg"
|
||||||
|
s_shell = "sh"
|
||||||
|
|
||||||
|
[behavior]
|
||||||
|
include_defshell = true
|
||||||
|
source = "/etc/lidm.env"
|
||||||
|
source = "/etc/locale.conf"
|
||||||
|
user_source = ".lidm.env"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user