mirror of
https://github.com/AdisonCavani/distro-grub-themes.git
synced 2025-06-06 07:12:33 +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
|
||||
description: File a bug/issue
|
||||
title: "[BUG] <title>"
|
||||
title: "bug: <title>"
|
||||
labels: [bug]
|
||||
body:
|
||||
- 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
|
||||
description: Suggest an idea for this project
|
||||
title: "[FEAT] <title>"
|
||||
title: "feat: <title>"
|
||||
labels: [feature-request]
|
||||
body:
|
||||
- type: textarea
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Welcome to **distro-grub-themes** - the open-source GRUB2 themes.
|
||||
|
||||
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
|
||||
|
||||
|
|
|
@ -86,8 +86,8 @@ sudo eopkg install grub-customizer
|
|||
|
||||
## Manual Installation
|
||||
|
||||
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**
|
||||
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**.
|
||||
|
||||
#### 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"
|
||||
```
|
||||
|
||||
Ctrl+O to save, Ctrl+X to exit
|
||||
Ctrl+O to save, Ctrl+X to exit.
|
||||
|
||||
#### Update Grub config
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue