mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-07-25 14:44:44 +02:00
INSTALL.md: add lightdm font install instructions
This commit is contained in:
parent
ab3eb1ebf7
commit
85c7d554d8
14
INSTALL.md
14
INSTALL.md
@ -7,6 +7,7 @@
|
||||
* [Single user automated install](#install_auto)
|
||||
* [Single user manual install](#install_single)
|
||||
* [System-wide manual install (optional)](#install_system)
|
||||
* [Installing the LightDM Theme Font](#installing-the-lightdm-theme-font)
|
||||
* [Enabling The Theme](#config_theme)
|
||||
* [Configuring The XFCE4 Panelbar](#xfce4_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"/>
|
||||
|
||||
## 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
|
||||
|
||||
The following steps will guide you through enabling the theme and making additional configurations if desired.
|
||||
|
Loading…
x
Reference in New Issue
Block a user