docs: add gif & themes screenshots

This commit is contained in:
javalsai 2024-07-26 00:23:09 +02:00
parent 12207ee4a9
commit 5b261827f3
Signed by: javalsai
SSH Key Fingerprint: SHA256:3G83yKhBUWVABVX/vPWH88xnK4+ptMtHkZGCRXD4Mk8
12 changed files with 31 additions and 2 deletions

View File

@ -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 🙏
![demo image](assets/lidm.png) ![demo image](assets/lidm.gif)
> *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

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 MiB

29
themes/README.md Normal file
View 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)

Binary file not shown.

After

Width:  |  Height:  |  Size: 261 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 267 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 KiB

BIN
themes/screenshots/nord.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 273 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 267 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 333 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 344 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 347 KiB