grub2-themes/README.md

71 lines
2.2 KiB
Markdown
Raw Normal View History

```
2019-06-08 04:49:28 +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
2020-01-25 16:13:33 +01:00
Usage: `sudo ./install.sh [OPTIONS...]`
2019-06-08 04:49:28 +02:00
2020-01-25 16:13:33 +01:00
_if no option used the terminal user interface will be show up_
2017-12-19 05:17:31 +01:00
2020-05-19 17:40:47 +02:00
| OPTIONS: | description |
|:-------------------|:-------------|
| -b, --boot | Install grub theme into /boot/grub/themes |
| -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 |
| -u, --ultrawide | Install 2560x1080 background image - not available for slaze theme|
| -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 |
2017-12-19 06:41:30 +01:00
For example:
2020-01-25 16:13:33 +01:00
1. Install Tela theme on 2k display device
2020-01-25 16:13:33 +01:00
`sudo ./install.sh -t -2`
or
`sudo ./install.sh --tela --2k`
2. Install Tela theme into /boot/grub/themes
`sudo ./install.sh -b -t`
3. Remove Tela theme
2020-01-25 16:13:33 +01:00
`sudo ./install.sh -r -t`
2019-12-06 07:01:23 +01:00
## Display resolution issues
2020-01-25 16:13:33 +01:00
2019-12-06 07:01:23 +01:00
#### Set the right resolution of your display
2020-01-25 16:13:33 +01:00
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.
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
![vimix grub theme](screenshots/grub-theme-vimix.jpg?raw=true)
2019-05-31 09:54:54 +02:00
### Stylish grub theme
![Stylish grub theme](screenshots/grub-theme-stylish.jpg?raw=true)
2019-05-31 09:54:54 +02:00
### Tela grub theme
![Tela grub theme](screenshots/grub-theme-tela.jpg?raw=true)
2019-05-31 09:54:54 +02:00
### Slaze grub theme
![Slaze grub theme](screenshots/grub-theme-slaze.jpg?raw=true)