@ -11,11 +11,11 @@
## Install
## Install
Usage: `sudo ./install.sh ` ** [OPTIONS...]**
Usage: `sudo ./install.sh [OPTIONS...]`
*if no option used the terminal user interface will be show up*
_if no option used the terminal user interface will be show up_
| OPTIONS: | |
| OPTIONS: | description |
|:---------------|:-------------|
|:---------------|:-------------|
| -v, --vimix | Vimix grub theme |
| -v, --vimix | Vimix grub theme |
| -s, --stylish | Stylish grub theme |
| -s, --stylish | Stylish grub theme |
@ -28,35 +28,37 @@ Usage: `sudo ./install.sh` **[OPTIONS...]**
| -h, --help | Show this help |
| -h, --help | Show this help |
For example:
For example:
1. `Install Tela theme on 2k display device`
sudo ./install.sh -t -2
1. Install Tela theme on 2k display device
2. `Remove Tela theme`
`sudo ./install.sh -t -2`
or
`sudo ./install.sh --tela --2k`
sudo ./install.sh -r -t
2. Remove Tela theme
`sudo ./install.sh -r -t`
## Display resolution issues
## Display resolution issues
#### Set the right resolution of your display
#### 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,
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.
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
## 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

