mirror of
https://github.com/vinceliuice/grub2-themes.git
synced 2026-03-07 11:14:01 +08:00
Add option for theme install into /boot/grub/themes
This commit is contained in:
15
README.md
15
README.md
@@ -17,6 +17,7 @@ _if no option used the terminal user interface will be show up_
|
||||
|
||||
| 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 |
|
||||
@@ -35,7 +36,11 @@ For example:
|
||||
or
|
||||
`sudo ./install.sh --tela --2k`
|
||||
|
||||
2. Remove Tela theme
|
||||
2. Install Tela theme into /boot/grub/themes
|
||||
|
||||
`sudo ./install.sh -b -t`
|
||||
|
||||
3. Remove Tela theme
|
||||
|
||||
`sudo ./install.sh -r -t`
|
||||
|
||||
@@ -49,16 +54,16 @@ On the grub screen, `press c` to get the commandline, and enter `vbeinfo` or `vi
|
||||
|
||||
### Vimix grub theme
|
||||
|
||||

|
||||

|
||||
|
||||
### Stylish grub theme
|
||||
|
||||

|
||||

|
||||
|
||||
### Tela grub theme
|
||||
|
||||

|
||||

|
||||
|
||||
### Slaze grub theme
|
||||
|
||||

|
||||

|
||||
|
||||
Reference in New Issue
Block a user