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,44 @@
|
||||
colors.bg = 48;2;15;22;15
|
||||
colors.fg = 22;23;24;38;2;245;245;245
|
||||
colors.err = 1;31
|
||||
colors.s_wayland = 38;2;255;174;66
|
||||
colors.s_xorg = 38;2;37;175;255
|
||||
colors.s_shell = 32
|
||||
colors.e_hostname = 38;5;28
|
||||
colors.e_date = 32
|
||||
colors.e_box = 32
|
||||
colors.e_header = 1;4;32
|
||||
colors.e_user = 38;5;51
|
||||
colors.e_passwd = 4;2;38;5;83
|
||||
colors.e_badpasswd = 3;4;31
|
||||
colors.e_key = 32
|
||||
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]
|
||||
bg = "48;2;15;22;15"
|
||||
fg = "22;23;24;38;2;245;245;245"
|
||||
err = "1;31"
|
||||
s_wayland = "38;2;255;174;66"
|
||||
s_xorg = "38;2;37;175;255"
|
||||
s_shell = "32"
|
||||
e_hostname = "38;5;28"
|
||||
e_date = "32"
|
||||
e_box = "32"
|
||||
e_header = "1;4;32"
|
||||
e_user = "38;5;51"
|
||||
e_passwd = "4;2;38;5;83"
|
||||
e_badpasswd = "3;4;31"
|
||||
e_key = "32"
|
||||
|
||||
[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"
|
||||
|
Reference in New Issue
Block a user