Modern Design theme for Grub2
Go to file
Vince 30ee4b55c2
Merge pull request #51 from ElianVanCutsem/master
Update README.md & set FreeBSD icons & install script function
2020-01-27 15:25:28 +08:00
assets added FreeBSD logo 2020-01-25 16:21:07 +01:00
backgrounds fixed install issue 2020-01-08 18:53:36 +08:00
common Update 2019-12-05 17:55:00 +08:00
config Update 2019-12-05 17:55:00 +08:00
screenshots update 2019-05-31 17:09:13 +08:00
install.sh added operation canceled script 2020-01-25 17:24:33 +01:00
LICENSE upload 2017-12-19 12:17:31 +08:00
README.md test 2020-01-25 16:49:57 +01:00

  ____ ____  _   _ ____ ____    _____ _   _ _____ __  __ _____ ____
 / ___|  _ \| | | | __ )___ \  |_   _| | | | ____|  \/  | ____/ ___|
| |  _| |_) | | | |  _ \ __) |   | | | |_| |  _| | |\/| |  _| \___ \
| |_| |  _ <| |_| | |_) / __/    | | |  _  | |___| |  | | |___ ___) |
 \____|_| \_\\___/|____/_____|   |_| |_| |_|_____|_|  |_|_____|____/

Flat Design themes for Grub2.

Install

Usage: sudo ./install.sh [OPTIONS...]

if no option used the terminal user interface will be show up

OPTIONS: description
-v, --vimix Vimix grub theme
-s, --stylish Stylish grub theme
-t, --tela Tela grub theme
-l, --slaze Slaze grub theme
-w, --white Install white color icon version
-2, --2k Install 2k(2560x1440) background image
-4, --4k Install 4k(3840x2160) background image
-r, --remove Remove theme (must add theme name option)
-h, --help Show this help

For example:

  1. Install Tela theme on 2k display device

    sudo ./install.sh -t -2 or sudo ./install.sh --tela --2k

  2. Remove Tela theme

    sudo ./install.sh -r -t

Display resolution issues

Set the right resolution of your display

On the grub screen, press c to get the commandline, and enter vbeinfo or videoinfo on EFI boot to check what resolutions you can use, then edit /etc/default/grub , add your resolution GRUB_GFXMODE=****x****x32 into it, last you can run grub-mkconfig -o /boot/grub/grub.cfg to update your grub.cfg.

Screenshots

Vimix grub theme

vimix grub theme

Stylish grub theme

Stylish grub theme

Tela grub theme

Tela grub theme

Slaze grub theme

Slaze grub theme