StarRailGrubThemes/README.md

43 lines
1.1 KiB
Markdown
Raw Normal View History

2023-08-30 08:40:52 +08:00
# Honkai: Star Rail Grub Themes
A pack of GRUB2 themes for Honkai: Star Rail
![banner](/assets/images/banner.png?raw=true)
## Theme Description
> Access and download the required theme files from the **'themes'** folder within this project.The theme files with **'cn'** in the filename are intended for the **Chinese version**. We recommend that Chinese users utilize these versions.
## Installation
Using the `Guinaifen` theme as an example
1. Download & Unzip
2. Copy `Guinaifen` into grub themes directory
```shell
sudo cp -r Guinaifen /usr/share/grub/themes
```
3. Edit `grub` file
```shell
sudo vim /etc/default/grub
```
4. Add the theme to the bottom of the text file
```shell
GRUB_THEME="/usr/share/grub/themes/Guinaifen/theme.txt"
```
5. Update grub
```
sudo grub-mkconfig -o /boot/grub/grub.cfg
```
6. Reboot the computer
## Preview
2023-09-18 20:27:50 +08:00
![SilverWolf](/preview/SilverWolf.png)
![TopazNumby](/preview/TopazNumby.png)
![Jingliu](/preview/Jingliu.png)
2023-08-30 08:40:52 +08:00
![FuXuan](/preview/FuXuan.png)
2023-09-18 20:27:50 +08:00
![DanHeng_ImbibitorLunae](/preview/DanHeng_ImbibitorLunae.png)
![Blade](/preview/Blade.png)
2023-08-30 08:40:52 +08:00
[More Preview Images](https://github.com/voidlhf/StarRailGrubThemes/tree/master/preview)