Code Monkey home page Code Monkey logo

starrailgrubthemes's Introduction

Honkai: Star Rail Grub Themes

A pack of GRUB2 themes for Honkai: Star Rail

banner

Design File & Image Resources

Honkai: Star Rail Grub Theme Design File (Figma Design File)

StarRailRes (Image Resources)

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

sudo cp -r Guinaifen /usr/share/grub/themes
  1. Edit grub file
sudo vim /etc/default/grub
  1. Add the theme to the bottom of the text file
GRUB_THEME="/usr/share/grub/themes/Guinaifen/theme.txt"
  1. Update grub
sudo grub-mkconfig -o /boot/grub/grub.cfg
  1. Reboot the computer

For NixOS users

For NixOS users, it was prepered packages and NixOS module to install theme

With NixOS Module

  1. Added flake into your configuration
inputs.honkai-railway-grub-theme.url = "github:voidlhf/StarRailGrubThemes";
  1. Added honkai-railway-grub-theme as NixOS Module
# your configuration.nix
# ${system} - system architectuer e.g. x86_64-linux
imports = [ home-inputs.honkai-railway-grub-theme.nixosModules.${system}.default ];
  1. Set up theme in your configuration
honkai-railway-grub-theme = {
    enable = true;
    # Remember
    # Theme name should have the same name as in assets/themes directory e.g. Dr.Ratio_cn is correct
    # 'theme' field is optional. Default theme is Acheron.
    theme = "RuanMei"; 
};

Without NixOS module

  1. Added flake into your configuration
inputs.honkai-railway-grub-theme.url = "github:voidlhf/StarRailGrubThemes";
  1. Added GRUB theme
boot.loader.grub = rec {
    # Remember. Each nix package from this repo have another name.
    # Packages name have 2 rules:
    # - lower case names e.g. RuaMei -> ruamei
    # - each '.' must be replaced by "_" e.g Dr.Ratio -> dr_ratio
    theme = inputs.inputs.honkai-railway-grub-theme.packages.${system}.<your_theme_name>-grub-theme;
    splashImage = "${theme}/background.png";
};
  1. Rebuild your system
  2. Reboot computer to see your theme :)

Preview

March7th-TheHunt Yunli Jiaoqiu Jade Aventurine Acheron BlackSwan Huohuo

More Preview Images

The labels in the bottom right corner of the preview image will not be displayed in the theme file.

starrailgrubthemes's People

Contributors

nirlvy avatar voidlhf avatar wittano avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

starrailgrubthemes's Issues

Unable to work with Ventoy

Dear voidlhf,
First thing first, thank you for a very beautiful and good theme.
However, a problem is arisen, specifically with Ventoy. Since it is a GRUB theme, it can be used with Ventoy (with the instruction in 7:38 of this video). However, Ventoy doesn't work with your specific theme. I tried the following code in ventoy.json but it didn't work (the Sushang theme is just an example, it might not work with other themes too):

{
	"theme": {
		"file": "ventoy/themes/Sushang/theme.txt"
	}
}

Looking forward to hearing from you for either a fix or a better instruction.
Thank you in advance.

How to change Icon

Hi excuse me, can i ask how to change the os icon from windows 10 to windows 11?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.