From 4a1da24f75801fbfeccbce80863db0df2d81c145 Mon Sep 17 00:00:00 2001 From: javalsai Date: Wed, 16 Jul 2025 20:17:17 +0200 Subject: [PATCH] docs: document kmscon usage --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 09c35c8..b941ec3 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,18 @@ LiDM is like any [Display Manager](https://en.wikipedia.org/wiki/X_display_manag ![demo gif](assets/media/lidm.gif) -> _shown as in a featured terminal emulator, actual linux console doesn't support as much color and decorations_ +
+ +shown as in a featured terminal emulator, actual linux console doesn't support as much color and decorations + + +If you want to add fancy color and font support to your TTYs you can wrap lidm in [`kmscon`](https://wiki.archlinux.org/title/KMSCON). (edit appropriate service files). e.g: + +```sh +kmscon -l --vt /dev/tty7 --font-name "Cascadia Code" -- /usr/bin/lidm +``` + +
> _however, all colors and strings are fully customizable_