mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-07-29 08:34:48 +02:00
readme.md: add font install instructions
This commit is contained in:
parent
addff53279
commit
4929f9b14e
@ -20,6 +20,18 @@ greeter-session=lightdm-webkit-greeter
|
|||||||
user-session=xfce
|
user-session=xfce
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Secondly, you need to copy the `LessPerfect DOS VGA` font from the `Fonts/vga_font` directory of this repository to somewhere in `/usr/share/fonts`.
|
||||||
|
|
||||||
|
Follow these steps:
|
||||||
|
```
|
||||||
|
sudo cp -v Chicago95-master/Fonts/vga_font/LessPerfectDOSVGA.ttf /usr/share/fonts
|
||||||
|
```
|
||||||
|
|
||||||
|
Then, refresh the font cache with:
|
||||||
|
```
|
||||||
|
sudo fc-cache -fv
|
||||||
|
```
|
||||||
|
|
||||||
Next, configure lightdm-webkit-greeter to use *Chicago95*. You can do so by editing `/etc/lightdm/lightdm-webkit-greeter.conf` and setting `theme-name`to `Chicago95`:
|
Next, configure lightdm-webkit-greeter to use *Chicago95*. You can do so by editing `/etc/lightdm/lightdm-webkit-greeter.conf` and setting `theme-name`to `Chicago95`:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user