diff --git a/README.md b/README.md index becb8c4..5c455b0 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ make # šŸ‘ * Make a service file for this if you want it on launch, just check how ly does it, this works pretty much the same way. # Configuring -Copy `config.ini` (if I haven't moved it) to `/etc/lidm.ini` and configure it to your liking. Also, don't place empty lines (for now). +Copy any file from `themes/` (`default.ini` will always be updated) to `/etc/lidm.ini` and/or configure it to your liking. Also, don't place empty lines (for now). Also configurable colors are just gonna be put inside `\x1b[...m`, ofc you can add an m to break this and this can f* up really bad or even make some nice UI effect possible, but please don't, you should also be able to embed the `\x1b` byte in the config as I won't parse escape codes, I think that the parser is just gonna grab anything in the config file from the space after the `=` (yes, I'ma enforce that space, get good taste if you don't like it) until the newline, you can put any abomination in there. diff --git a/themes/old-blue-thick.ini b/themes/old-blue-thick.ini new file mode 100644 index 0000000..2b985b5 --- /dev/null +++ b/themes/old-blue-thick.ini @@ -0,0 +1,33 @@ +colors.bg = 48;2;0;0;255 +colors.fg = 22;24;39;48;2;0;0;255 +colors.err = 1;31 +colors.s_wl = 38;2;255;174;66 +colors.s_xorg = 38;2;37;175;255 +colors.s_shell = 38;2;34;140;34 +colors.f_other = 38;2;255;64;64 +colors.e_hostname = 38;2;255;64;64 +colors.e_date = 38;2;144;144;144 +colors.e_box = 34 +colors.e_header = 4;38;2;0;255;0 +colors.e_user = 36 +colors.e_passwd = 4;38;2;245;245;205 +colors.e_badpasswd = 3;4;31 +colors.e_key = 1;31;48;2;255;174;66 +chars.hb = ā–ˆ +chars.vb = ā–ˆā–ˆā–ˆ +chars.ctl = ā–ˆā–ˆā–ˆ +chars.ctr = ā–ˆā–ˆā–ˆ +chars.cbl = ā–ˆā–ˆā–ˆ +chars.cbr = ā–ˆā–ˆā–ˆ +functions.poweroff = F1 +functions.reboot = F2 +functions.refresh = F5 +strings.f_poweroff = powewoff +strings.f_reboot = rewoot +strings.f_refresh = rewresh +strings.e_user = wuser +strings.e_passwd = passwd +strings.s_xorg = xworg +strings.s_wayland = waywand +strings.s_shell = swell +behavior.include_defshell = true diff --git a/themes/old-blue.ini b/themes/old-blue.ini new file mode 100644 index 0000000..e127645 --- /dev/null +++ b/themes/old-blue.ini @@ -0,0 +1,33 @@ +colors.bg = 48;2;0;0;255 +colors.fg = 22;24;39;48;2;0;0;255 +colors.err = 1;31 +colors.s_wl = 38;2;255;174;66 +colors.s_xorg = 38;2;37;175;255 +colors.s_shell = 38;2;34;140;34 +colors.f_other = 38;2;255;64;64 +colors.e_hostname = 38;2;255;64;64 +colors.e_date = 38;2;144;144;144 +colors.e_box = 34 +colors.e_header = 4;38;2;0;255;0 +colors.e_user = 36 +colors.e_passwd = 4;38;2;245;245;205 +colors.e_badpasswd = 3;4;31 +colors.e_key = 1;31;48;2;255;174;66 +chars.hb = ā–ˆ +chars.vb = ā–ˆ +chars.ctl = ā–ˆ +chars.ctr = ā–ˆ +chars.cbl = ā–ˆ +chars.cbr = ā–ˆ +functions.poweroff = F1 +functions.reboot = F2 +functions.refresh = F5 +strings.f_poweroff = powewoff +strings.f_reboot = rewoot +strings.f_refresh = rewresh +strings.e_user = wuser +strings.e_passwd = passwd +strings.s_xorg = xworg +strings.s_wayland = waywand +strings.s_shell = swell +behavior.include_defshell = true