mirror of
https://github.com/vinceliuice/grub2-themes.git
synced 2024-12-25 17:55:35 +01:00
Document new --custom-background option
This commit is contained in:
parent
bc8747f286
commit
5dd34a008a
11
README.md
11
README.md
@ -14,7 +14,7 @@
|
|||||||
Usage: `sudo ./install.sh [OPTIONS...]`
|
Usage: `sudo ./install.sh [OPTIONS...]`
|
||||||
|
|
||||||
| Options: | Description: |
|
| Options: | Description: |
|
||||||
|:--------------------|:-------------|
|
|:-----------------------|:-------------|
|
||||||
| -b, --boot | Install grub theme into `/boot/grub/themes` |
|
| -b, --boot | Install grub theme into `/boot/grub/themes` |
|
||||||
| -v, --vimix | Install Vimix grub theme |
|
| -v, --vimix | Install Vimix grub theme |
|
||||||
| -s, --stylish | Install Stylish grub theme |
|
| -s, --stylish | Install Stylish grub theme |
|
||||||
@ -22,9 +22,10 @@ Usage: `sudo ./install.sh [OPTIONS...]`
|
|||||||
| -l, --slaze | Install Slaze grub theme |
|
| -l, --slaze | Install Slaze grub theme |
|
||||||
| -w, --white | Install using black and white icons |
|
| -w, --white | Install using black and white icons |
|
||||||
| -u, --ultrawide | Install 21:9 (2560x1080) background image - not available for slaze theme|
|
| -u, --ultrawide | Install 21:9 (2560x1080) background image - not available for slaze theme|
|
||||||
|
| -C, --custom-background| Use either background.jpg or custom-background.jpg as theme background instead
|
||||||
| -2, --2k | Install 2k (2560x1440) background image |
|
| -2, --2k | Install 2k (2560x1440) background image |
|
||||||
| -4, --4k | Install 4k (3840x2160) background image |
|
| -4, --4k | Install 4k (3840x2160) background image |
|
||||||
| -r, --remove [THEME]| Uninstall selected theme |
|
| -r, --remove [THEME] | Uninstall selected theme |
|
||||||
| -h, --help | Show this help |
|
| -h, --help | Show this help |
|
||||||
|
|
||||||
_If no options are used, a user interface will show up instead_
|
_If no options are used, a user interface will show up instead_
|
||||||
@ -51,10 +52,8 @@ _If no options are used, a user interface will show up instead_
|
|||||||
### Setting a custom background:
|
### Setting a custom background:
|
||||||
|
|
||||||
- Find the resolution of your display (1920x1080 -> 1080p, 2560x1080 -> 1080p_21:9, 2560x1440 -> 2k, 3840x2160 -> 4k)
|
- Find the resolution of your display (1920x1080 -> 1080p, 2560x1080 -> 1080p_21:9, 2560x1440 -> 2k, 3840x2160 -> 4k)
|
||||||
- Place your custom background inside the correct folder matching your resolution, and make sure it's a .jpg
|
- Place your custom background inside the root of the project, and name it either background.jpg or custom-background.jpg
|
||||||
- Rename the default wallpaper for your chosen theme to something else
|
- Run the installer like normal, but with `--custom-background` as en extra argument
|
||||||
- Rename the custom wallpaper to the name of the default wallpaper for your chosen theme
|
|
||||||
- Run the installer like normal, making sure to select your chosen theme
|
|
||||||
|
|
||||||
## Screenshots:
|
## Screenshots:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user