INSTALL.md: add lightdm font install instructions

This commit is contained in:
Yusef Aslam 2024-02-03 23:41:36 +00:00
parent ab3eb1ebf7
commit 85c7d554d8

View File

@ -7,6 +7,7 @@
* [Single user automated install](#install_auto) * [Single user automated install](#install_auto)
* [Single user manual install](#install_single) * [Single user manual install](#install_single)
* [System-wide manual install (optional)](#install_system) * [System-wide manual install (optional)](#install_system)
* [Installing the LightDM Theme Font](#installing-the-lightdm-theme-font)
* [Enabling The Theme](#config_theme) * [Enabling The Theme](#config_theme)
* [Configuring The XFCE4 Panelbar](#xfce4_panel) * [Configuring The XFCE4 Panelbar](#xfce4_panel)
* [Horizontal Panelbar](#horiz_panel) * [Horizontal Panelbar](#horiz_panel)
@ -113,6 +114,19 @@ Copy the icon themes from `Chicago95-master/Icons/` folder into `/usr/share/icon
--- ---
<a name="config_theme"/> <a name="config_theme"/>
## Installing the LightDM Theme Font
The LightDM theme requires the `Less Perfect DOS VGA` font from the `Fonts/vga_font` folder to be installed somewhere into `/usr/share/fonts` for LightDM to use the correct font for the greeter.
Follow these steps to install the font into `/usr/share/fonts`:
```
sudo cp -v Chicago95-master/Fonts/vga_font/LessPerfectDOSVGA.ttf /usr/share/fonts
```
Then, refresh the font cache with:
```
sudo fc-cache -fv
```
## Enabling Chicago95 ## Enabling Chicago95
The following steps will guide you through enabling the theme and making additional configurations if desired. The following steps will guide you through enabling the theme and making additional configurations if desired.