mirror of
https://github.com/javalsai/lidm.git
synced 2025-09-01 02:47:59 +02:00
style(themes): renew themes to new format and fix stuff
This commit is contained in:
@@ -1,35 +1,46 @@
|
||||
colors.bg = -
|
||||
colors.fg = 24;39m[?25l[-
|
||||
colors.err = -
|
||||
colors.s_wayland = -
|
||||
colors.s_xorg = -
|
||||
colors.s_shell = -
|
||||
colors.e_hostname = -
|
||||
colors.e_date = 30
|
||||
colors.e_box = -
|
||||
colors.e_header = 30
|
||||
colors.e_user = -
|
||||
colors.e_passwd = 24;30
|
||||
colors.e_badpasswd = -
|
||||
colors.e_key = -
|
||||
chars.hb = -
|
||||
chars.vb = -
|
||||
chars.ctl = -
|
||||
chars.ctr = -
|
||||
chars.cbl = -
|
||||
chars.cbr = -
|
||||
functions.poweroff = F1
|
||||
functions.reboot = F2
|
||||
functions.refresh = F5
|
||||
strings.f_poweroff = poweroff
|
||||
strings.f_reboot = reboot
|
||||
strings.f_refresh = refresh
|
||||
strings.e_user = user
|
||||
strings.e_passwd = password
|
||||
strings.s_wayland = wayland
|
||||
strings.s_xorg = xorg
|
||||
strings.s_shell = shell
|
||||
behavior.include_defshell = true
|
||||
behavior.source = /etc/lidm.env
|
||||
behavior.source = /etc/locale.conf
|
||||
behavior.user_source = .lidm.env
|
||||
[colors]
|
||||
# the '-' makes '\x1b[-m' which usually does nothing
|
||||
bg = "-"
|
||||
# you can even break out of the '\x1b...m' context like do, I wouldn't though
|
||||
fg = "24;39m\x1b[?25l\x1b[-"
|
||||
err = "-"
|
||||
s_wayland = "-"
|
||||
s_xorg = "-"
|
||||
s_shell = "-"
|
||||
e_hostname = "-"
|
||||
e_date = "30"
|
||||
e_box = "-"
|
||||
e_header = "30"
|
||||
e_user = "-"
|
||||
e_passwd = "24;30"
|
||||
e_badpasswd = "-"
|
||||
e_key = "-"
|
||||
|
||||
[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 = ""
|
||||
e_passwd = ""
|
||||
s_wayland = ""
|
||||
s_xorg = ""
|
||||
s_shell = ""
|
||||
|
||||
[behavior]
|
||||
include_defshell = true
|
||||
source = "/etc/lidm.env"
|
||||
source = "/etc/locale.conf"
|
||||
user_source = ".lidm.env"
|
||||
|
Reference in New Issue
Block a user