Giter Site home page Giter Site logo

grub-theme's Introduction

Logo
Catppuccin for Grub

Stargazers

Previews

🌻 Latte
πŸͺ΄ FrappΓ©
🌺 Macchiato
🌿 Mocha

Usage

1. Clone this repository locally and enter the cloned folder:

git clone https://github.com/catppuccin/grub.git && cd grub

2. Copy all or selected theme from src folder to /usr/share/grub/themes/, for example to copy all themes use:

sudo cp -r src/* /usr/share/grub/themes/

3. Uncomment and edit following line in /etc/default/grub to selected theme:

🌻 Latte:

GRUB_THEME="/usr/share/grub/themes/catppuccin-latte-grub-theme/theme.txt"

πŸͺ΄ FrappΓ©:

GRUB_THEME="/usr/share/grub/themes/catppuccin-frappe-grub-theme/theme.txt"

🌺 Macchiato:

GRUB_THEME="/usr/share/grub/themes/catppuccin-macchiato-grub-theme/theme.txt"

🌿 Mocha:

GRUB_THEME="/usr/share/grub/themes/catppuccin-mocha-grub-theme/theme.txt"

4. Update grub:

sudo grub-mkconfig -o /boot/grub/grub.cfg

For Fedora:

sudo grub2-mkconfig -o /boot/grub2/grub.cfg

πŸ™‹ FAQ

Q: "My Grub is not working in my screen resolution"

A: Uncomment and edit following line in /etc/default/grub (modify 1920x1080 to Your screen resolution):

GRUB_GFXMODE=1920x1080

Proceed to update grub (see step 4 of the installation)

Q: "My Grub is not detecting all my systems (dual-boot)"

A: Make sure you have os-prober installed.
Add or uncomment following line in /etc/default/grub :

GRUB_DISABLE_OS_PROBER=false

Save that file and update grub (see step 4 of the installation)

Q: "Grub isn't detecting the theme"

A: Make sure to comment the following line in /etc/default/grub:

GRUB_TERMINAL_OUTPUT="console"

Save that file and update grub (step 4). If this did not work, try to replace /usr/share/ with /boot/ and repeat installation steps 2-4.

πŸ’ Thanks to

Β 

Copyright Β© 2021-present Catppuccin Org

grub-theme's People

Contributors

elkrien avatar dicktivity avatar pocco81 avatar nekowinston avatar donutdev avatar iquickdev avatar

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.