2019-06-08 01:30:45 +02:00
|
|
|
```
|
2019-06-08 04:49:28 +02:00
|
|
|
____ ____ _ _ ____ ____ _____ _ _ _____ __ __ _____ ____
|
|
|
|
/ ___| _ \| | | | __ )___ \ |_ _| | | | ____| \/ | ____/ ___|
|
|
|
|
| | _| |_) | | | | _ \ __) | | | | |_| | _| | |\/| | _| \___ \
|
2019-06-08 01:30:45 +02:00
|
|
|
| |_| | _ <| |_| | |_) / __/ | | | _ | |___| | | | |___ ___) |
|
2019-06-08 04:49:28 +02:00
|
|
|
\____|_| \_\\___/|____/_____| |_| |_| |_|_____|_| |_|_____|____/
|
2017-12-19 05:17:31 +01:00
|
|
|
|
2019-06-08 04:49:28 +02:00
|
|
|
```
|
2017-12-19 05:17:31 +01:00
|
|
|
|
2019-06-08 04:49:28 +02:00
|
|
|
## Flat Design themes for Grub2.
|
2017-12-19 05:17:31 +01:00
|
|
|
|
|
|
|
## Install
|
2019-06-08 04:49:28 +02:00
|
|
|
|
|
|
|
Usage: `sudo ./install.sh` **[OPTIONS...]**
|
|
|
|
|
|
|
|
*if no option used the terminal user interface will be show up*
|
2017-12-19 05:17:31 +01:00
|
|
|
|
2019-05-31 09:19:42 +02:00
|
|
|
| OPTIONS: | |
|
|
|
|
|:---------------|:-------------|
|
|
|
|
| -v, --vimix | Vimix grub theme |
|
2019-05-31 09:54:54 +02:00
|
|
|
| -s, --stylish | Stylish grub theme |
|
|
|
|
| -t, --tela | Tela grub theme |
|
2019-05-31 13:15:00 +02:00
|
|
|
| -l, --slaze | Slaze grub theme |
|
2019-12-05 10:59:12 +01:00
|
|
|
| -w, --white | Install white color icon version |
|
2019-10-01 08:59:14 +02:00
|
|
|
| -2, --2k | Install 2k(2560x1440) background image |
|
|
|
|
| -4, --4k | Install 4k(3840x2160) background image |
|
2019-10-25 11:52:53 +02:00
|
|
|
| -r, --remove | Remove theme (must add theme name option) |
|
2019-05-31 09:19:42 +02:00
|
|
|
| -h, --help | Show this help |
|
2017-12-19 06:41:30 +01:00
|
|
|
|
2019-10-25 11:52:53 +02:00
|
|
|
For example:
|
|
|
|
1. `Install Tela theme on 2k display device`
|
2019-10-01 08:59:14 +02:00
|
|
|
|
2019-10-25 11:52:53 +02:00
|
|
|
sudo ./install.sh -t -2
|
|
|
|
|
|
|
|
2. `Remove Tela theme`
|
|
|
|
|
|
|
|
sudo ./install.sh -r -t
|
2019-10-01 08:59:14 +02:00
|
|
|
|
2019-11-09 01:00:53 +01:00
|
|
|
## Set the right resolution of your display
|
2019-11-09 01:41:23 +01:00
|
|
|
On the grub screen, `press c` to get the commandline,
|
|
|
|
and enter `vbeinfo` 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.
|
2019-11-09 01:00:53 +01:00
|
|
|
|
2018-05-22 13:08:29 +02:00
|
|
|
## Screenshots
|
2019-05-31 09:54:54 +02:00
|
|
|
|
|
|
|
### Vimix grub theme
|
|
|
|
|
2019-05-31 09:15:27 +02:00
|
|
|
![01](https://github.com/vinceliuice/grub2-themes/blob/master/screenshots/grub-theme-vimix.jpg?raw=true)
|
2019-05-31 09:54:54 +02:00
|
|
|
|
|
|
|
### Stylish grub theme
|
|
|
|
|
2019-05-31 09:15:27 +02:00
|
|
|
![02](https://github.com/vinceliuice/grub2-themes/blob/master/screenshots/grub-theme-stylish.jpg?raw=true)
|
2019-05-31 09:54:54 +02:00
|
|
|
|
|
|
|
### Tela grub theme
|
|
|
|
|
2019-05-31 09:15:27 +02:00
|
|
|
![03](https://github.com/vinceliuice/grub2-themes/blob/master/screenshots/grub-theme-tela.jpg?raw=true)
|
2019-05-31 09:54:54 +02:00
|
|
|
|
|
|
|
### Slaze grub theme
|
|
|
|
|
2019-05-31 09:15:27 +02:00
|
|
|
![04](https://github.com/vinceliuice/grub2-themes/blob/master/screenshots/grub-theme-slaze.jpg?raw=true)
|