diff --git a/README.md b/README.md index e6ce1e1..11cfc0a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # lidm 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* > *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. # 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. diff --git a/assets/lidm.gif b/assets/lidm.gif new file mode 100644 index 0000000..f0a21ef Binary files /dev/null and b/assets/lidm.gif differ diff --git a/themes/README.md b/themes/README.md new file mode 100644 index 0000000..936be63 --- /dev/null +++ b/themes/README.md @@ -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) + diff --git a/themes/screenshots/cherry.png b/themes/screenshots/cherry.png new file mode 100644 index 0000000..a034e32 Binary files /dev/null and b/themes/screenshots/cherry.png differ diff --git a/themes/screenshots/default.png b/themes/screenshots/default.png new file mode 100644 index 0000000..b52b33f Binary files /dev/null and b/themes/screenshots/default.png differ diff --git a/themes/screenshots/nature.png b/themes/screenshots/nature.png new file mode 100644 index 0000000..ae98504 Binary files /dev/null and b/themes/screenshots/nature.png differ diff --git a/themes/screenshots/nord.png b/themes/screenshots/nord.png new file mode 100644 index 0000000..1631ce8 Binary files /dev/null and b/themes/screenshots/nord.png differ diff --git a/themes/screenshots/old-blue-thick.png b/themes/screenshots/old-blue-thick.png new file mode 100644 index 0000000..4019a85 Binary files /dev/null and b/themes/screenshots/old-blue-thick.png differ diff --git a/themes/screenshots/old-blue.png b/themes/screenshots/old-blue.png new file mode 100644 index 0000000..d449a3f Binary files /dev/null and b/themes/screenshots/old-blue.png differ diff --git a/themes/screenshots/pure-tastelessness.png b/themes/screenshots/pure-tastelessness.png new file mode 100644 index 0000000..cfeacf0 Binary files /dev/null and b/themes/screenshots/pure-tastelessness.png differ diff --git a/themes/screenshots/tasteless.png b/themes/screenshots/tasteless.png new file mode 100644 index 0000000..a5d03e0 Binary files /dev/null and b/themes/screenshots/tasteless.png differ diff --git a/themes/screenshots/tastelessness.png b/themes/screenshots/tastelessness.png new file mode 100644 index 0000000..078a6a0 Binary files /dev/null and b/themes/screenshots/tastelessness.png differ