mirror of
https://github.com/AdisonCavani/distro-grub-themes.git
synced 2025-06-06 23:22:34 +02:00
Update README.md
Adding theme installation guide
This commit is contained in:
parent
cd5c448f3b
commit
fae5ba2eba
1 changed files with 23 additions and 0 deletions
23
README.md
23
README.md
|
@ -39,6 +39,9 @@ A pack of GRUB2 themes for each Linux distribution
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
In order to clone repository from Github you have to install `git` package <br>
|
||||||
|
Alternatively you can download zip package - **Code -> Download ZIP**
|
||||||
|
|
||||||
Clone the repository
|
Clone the repository
|
||||||
```
|
```
|
||||||
git clone https://github.com/AdisonCavani/distro-grub-themes.git
|
git clone https://github.com/AdisonCavani/distro-grub-themes.git
|
||||||
|
@ -66,3 +69,23 @@ Eopkg
|
||||||
```
|
```
|
||||||
sudo eopkg install grub-customizer
|
sudo eopkg install grub-customizer
|
||||||
```
|
```
|
||||||
|
### Install pre-made theme with Grub Customizer
|
||||||
|
|
||||||
|
- Open Grub Customizer
|
||||||
|
- Go to **Appearance settings** tab
|
||||||
|
- Select *Custom resolution* and type in your resolution. E.g: 1920x1080
|
||||||
|
- Press *Add theme* button, go to your directory, where you have cloned repository. In my case `/home/adison/distro-grub-theme`
|
||||||
|
- Select your theme located in `/themes` directory
|
||||||
|
- Save changes
|
||||||
|
|
||||||
|
### Install custom-made theme with Grub Customizer
|
||||||
|
|
||||||
|
- Edit your theme located in `/customize` folder
|
||||||
|
- Inside selected theme directory, select all files and **create archive** with .tar.xz extension
|
||||||
|
- Open Grub Customizer
|
||||||
|
- Go to **Appearance settings** tab
|
||||||
|
- Select *Custom resolution* and type in your resolution. E.g: 1920x1080
|
||||||
|
- Press *Add theme* button, go to your directory, where you have cloned repository. In my case `/home/adison/distro-grub-theme`
|
||||||
|
- Change view settings from *Archive files* to **All files**
|
||||||
|
- Select your archive
|
||||||
|
- Save changes
|
||||||
|
|
Loading…
Add table
Reference in a new issue