Merge branch 'master' into new-themes

This commit is contained in:
Adrian Środoń 2023-06-15 18:05:44 +02:00 committed by GitHub
commit c6ea514069
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
name: Issue / bug
description: File a bug/issue
title: "[BUG] <title>"
title: "bug: <title>"
labels: [bug]
body:
- type: checkboxes

View file

@ -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

View file

@ -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

View file

@ -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