mirror of
https://github.com/voidlhf/StarRailGrubThemes.git
synced 2025-01-07 03:07:09 +08:00
A pack of GRUB2 themes for Honkai: Star Rail
assets | ||
preview | ||
themes | ||
LICENSE | ||
README.md |
Honkai: Star Rail Grub Themes
A pack of GRUB2 themes for Honkai: Star Rail
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
-
Download & Unzip
-
Copy
Guinaifen
into grub themes directory
sudo cp -r Guinaifen /usr/share/grub/themes
- Edit
grub
file
sudo vim /etc/default/grub
- Add the theme to the bottom of the text file
GRUB_THEME="/usr/share/grub/themes/Guinaifen/theme.txt"
- Update grub
sudo grub-mkconfig -o /boot/grub/grub.cfg
- Reboot the computer