mirror of
https://github.com/AdisonCavani/distro-grub-themes.git
synced 2025-06-06 15:12:35 +02:00
Merge branch 'master' into new-themes
This commit is contained in:
commit
c6ea514069
4 changed files with 6 additions and 6 deletions
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -1,6 +1,6 @@
|
||||||
name: Issue / bug
|
name: Issue / bug
|
||||||
description: File a bug/issue
|
description: File a bug/issue
|
||||||
title: "[BUG] <title>"
|
title: "bug: <title>"
|
||||||
labels: [bug]
|
labels: [bug]
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
|
|
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
|
@ -1,6 +1,6 @@
|
||||||
name: Feature request
|
name: Feature request
|
||||||
description: Suggest an idea for this project
|
description: Suggest an idea for this project
|
||||||
title: "[FEAT] <title>"
|
title: "feat: <title>"
|
||||||
labels: [feature-request]
|
labels: [feature-request]
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Welcome to **distro-grub-themes** - the open-source GRUB2 themes.
|
Welcome to **distro-grub-themes** - the open-source GRUB2 themes.
|
||||||
|
|
||||||
A pack of GRUB2 themes for different Linux distributions and OSs.
|
A pack of GRUB2 themes for different Linux distributions and OSs.
|
||||||
It aims to replace the default GRUB look, with a nice and colorful theme.
|
It aims to replace the default GRUB look, with a nice and a colorful theme.
|
||||||
|
|
||||||
## Help
|
## Help
|
||||||
|
|
||||||
|
|
|
@ -86,8 +86,8 @@ sudo eopkg install grub-customizer
|
||||||
|
|
||||||
## Manual Installation
|
## Manual Installation
|
||||||
|
|
||||||
In order to clone the repository from GitHub, you have to install Git, via the `git` package
|
In order to clone the repository from GitHub, you have to install Git, via the `git` package.
|
||||||
Alternatively, you can download a zip archive by clicking on **Code** then **Download ZIP**
|
Alternatively, you can download a zip archive by clicking on **Code** then **Download ZIP**.
|
||||||
|
|
||||||
#### Clone the repository
|
#### Clone the repository
|
||||||
|
|
||||||
|
@ -141,7 +141,7 @@ At the end of the file, add the path of your theme:
|
||||||
GRUB_THEME="BOOT_GRUB_LOCATION/themes/<theme_name>/theme.txt"
|
GRUB_THEME="BOOT_GRUB_LOCATION/themes/<theme_name>/theme.txt"
|
||||||
```
|
```
|
||||||
|
|
||||||
Ctrl+O to save, Ctrl+X to exit
|
Ctrl+O to save, Ctrl+X to exit.
|
||||||
|
|
||||||
#### Update Grub config
|
#### Update Grub config
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue