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  -> _shown as in a featured terminal emulator, actual linux console doesn't support as much color and decorations_ +
> _however, all colors and strings are fully customizable_++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 +``` + +