style(themes): renew themes to new format and fix stuff

This commit is contained in:
2025-06-13 14:28:46 +02:00
parent 5174f0b2bf
commit 7d92c4dd2c
9 changed files with 399 additions and 315 deletions

View File

@@ -1,35 +1,45 @@
colors.bg = -
colors.fg = 24
colors.err = -
colors.s_wayland = -
colors.s_xorg = -
colors.s_shell = -
colors.e_hostname = -
colors.e_date = -
colors.e_box = -
colors.e_header = -
colors.e_user = -
colors.e_passwd = -
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 = "-"
fg = "24"
err = "-"
s_wayland = "-"
s_xorg = "-"
s_shell = "-"
e_hostname = "-"
e_date = "-"
e_box = "-"
e_header = "-"
e_user = "-"
e_passwd = "-"
e_badpasswd = "-"
e_key = "-"
[chars]
hb = "─"
vb = "│"
ctl = "┌"
ctr = "┐"
cbl = "└"
cbr = "┘"
[functions]
poweroff = F1
reboot = F2
refresh = F5
[strings]
f_poweroff = "off"
f_reboot = "reb"
f_refresh = "ref"
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"