docs: add gif & themes screenshots
@ -1,7 +1,7 @@
|
|||||||
# lidm
|
# lidm
|
||||||
Lidm is a really light display manager made in C, highly customizable and held together by hopes and prayers 🙏
|
Lidm is a really light display manager made in C, highly customizable and held together by hopes and prayers 🙏
|
||||||
|
|
||||||

|

|
||||||
> *this is shown as in a terminal emulator, actual linux console doesn't support as much color and decorations*
|
> *this is shown as in a terminal emulator, actual linux console doesn't support as much color and decorations*
|
||||||
|
|
||||||
> *but all colors and strings are fully customizable*
|
> *but all colors and strings are fully customizable*
|
||||||
@ -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.
|
* 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
|
# Configuring
|
||||||
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).
|
Copy any `.ini` file from [`themes/`](./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.
|
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.
|
||||||
|
|
||||||
|
BIN
assets/lidm.gif
Normal file
After Width: | Height: | Size: 3.3 MiB |
29
themes/README.md
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
# Themes
|
||||||
|
|
||||||
|
## cherry.ini
|
||||||
|
[!cherry.ini theme](./screenshots/cherry.png)
|
||||||
|
|
||||||
|
## default.ini
|
||||||
|
[!default.ini theme](./screenshots/default.png)
|
||||||
|
|
||||||
|
## nature.ini
|
||||||
|
[!nature.ini theme](./screenshots/nature.png)
|
||||||
|
|
||||||
|
## nord.ini
|
||||||
|
[!nord.ini theme](./screenshots/nord.png)
|
||||||
|
|
||||||
|
## old-blue.ini
|
||||||
|
[!old-blue.ini theme](./screenshots/old-blue.png)
|
||||||
|
|
||||||
|
## old-blue-thick.ini
|
||||||
|
[!old-blue-thick.ini theme](./screenshots/old-blue-thick.png)
|
||||||
|
|
||||||
|
## pure-tastelessness.ini
|
||||||
|
[!pure-tastelessness.ini theme](./screenshots/pure-tastelessness.png)
|
||||||
|
|
||||||
|
## tasteless.ini
|
||||||
|
[!tasteless.ini theme](./screenshots/tasteless.png)
|
||||||
|
|
||||||
|
## tastelessness.ini
|
||||||
|
[!tastelessness.ini theme](./screenshots/tastelessness.png)
|
||||||
|
|
BIN
themes/screenshots/cherry.png
Normal file
After Width: | Height: | Size: 261 KiB |
BIN
themes/screenshots/default.png
Normal file
After Width: | Height: | Size: 267 KiB |
BIN
themes/screenshots/nature.png
Normal file
After Width: | Height: | Size: 262 KiB |
BIN
themes/screenshots/nord.png
Normal file
After Width: | Height: | Size: 262 KiB |
BIN
themes/screenshots/old-blue-thick.png
Normal file
After Width: | Height: | Size: 273 KiB |
BIN
themes/screenshots/old-blue.png
Normal file
After Width: | Height: | Size: 267 KiB |
BIN
themes/screenshots/pure-tastelessness.png
Normal file
After Width: | Height: | Size: 333 KiB |
BIN
themes/screenshots/tasteless.png
Normal file
After Width: | Height: | Size: 344 KiB |
BIN
themes/screenshots/tastelessness.png
Normal file
After Width: | Height: | Size: 347 KiB |