You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 years ago | |
---|---|---|
assets | 5 years ago | |
backgrounds | 5 years ago | |
common | 5 years ago | |
config | 5 years ago | |
screenshots | 6 years ago | |
LICENSE | 7 years ago | |
README.md | 5 years ago | |
install.sh | 5 years ago |
README.md
____ ____ _ _ ____ ____ _____ _ _ _____ __ __ _____ ____
/ ___| _ \| | | | __ )___ \ |_ _| | | | ____| \/ | ____/ ___|
| | _| |_) | | | | _ \ __) | | | | |_| | _| | |\/| | _| \___ \
| |_| | _ <| |_| | |_) / __/ | | | _ | |___| | | | |___ ___) |
\____|_| \_\\___/|____/_____| |_| |_| |_|_____|_| |_|_____|____/
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:
-
Install Tela theme on 2k display device
sudo ./install.sh -t -2
orsudo ./install.sh --tela --2k
-
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.