Giter VIP home page Giter VIP logo

grub2-themes's Introduction

Installation

Using git:
$ git clone git://github.com/Generator/Grub2-themes.git
# cp -r Grub2-themes/{Archlinux,Archxion} /boot/grub/themes/

Edit your /etc/default/grub and change line:
#GRUB_THEME="/path/to/gfxtheme"
to
GRUB_THEME="/boot/grub/themes/Archxion/theme.txt"
or
GRUB_THEME="/boot/grub/themes/Archlinux/theme.txt"

The resolution the theme was designed to show best at 1024x768:
GRUB_GFXMODE=auto
to
GRUB_GFXMODE=1024x768

Update grub configuration:
# grub-mkconfig -o /boot/grub/grub.cfg

Archlinux AUR:
Archxion: grub2-theme-archxion
Archlinux: grub2-theme-archlinux

Screenshots

FAQ

My distribution does not have icon in boot menu, how can I add?
Find your distribution/OS class
# grep 'menuentry' '--class' /boot/grub/grub.cfg
should be first after the name of the distribution/OS.

E.g.: The class for ArchLinux is arch
menuentry 'Arch Linux' --class arch --class gnu-linux --class gnu --class os

Rename the image to the class name (arch.png)
Resize the image to 32x32, and copy it to /boot/grub/themes/THEME/icons/
(Images must be in PNG)

Can I change the background or color of the theme?
Yes, choose an image, convert and resize to 1024x768 in PNG
Copy the image to /boot/grub/themes/THEME/
Edit /boot/grub/themes/THEME/theme.txt:
desktop-image: "background.png" # Theme background image
desktop-color: "#000000" # Theme color

How can I change the logo theme?
Copy your logo image to /boot/grub/themes/THEME/ (must be in PNG)
Edit /boot/grub/themes/THEME/theme.txt:
+ image {
id = "_archlogo_"
left = 30%
width = 10%
top = 2%
height = 12%
file = "archlogo.png" # distribution logo

Why the menus are so slow?
Grub2 has some keyboard lag using themes, as referred on "The Definitive Guide To Theming GRUB 2 v1.99" pag 73

References:

GNU GRUB Manual 1.99
GRUB Graphical Menus Project
The Definitive Guide To Theming GRUB 2 v1.99

Ideas or suggestions to share in:

github issues

grub2-themes's People

Contributors

generator avatar

Watchers

Caio Paiva 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.