mirror of
https://github.com/vinceliuice/grub2-themes.git
synced 2024-11-05 11:26:13 +01:00
update
This commit is contained in:
parent
7ab56dc587
commit
967a302d8f
@ -6,7 +6,6 @@ Usage: `sudo ./install.sh [OPTIONS...]`
|
||||
|
||||
| Options: | Description: |
|
||||
|:-----------------------|:-------------|
|
||||
| -b, --boot | Install grub theme into `/boot/grub/themes` |
|
||||
| -t, --theme | theme variant(s) [tela/vimix/stylish/whitesur] (default is tela)"
|
||||
| -i, --icon | icon variant(s) [color/white/whitesur] (default is color)"
|
||||
| -s, --screen | screen resolution variant(s) [1080p/2k/4k/ultrawide/ultrawide2k] (default is 1080p)"
|
||||
|
@ -59,7 +59,6 @@ function has_command() {
|
||||
usage() {
|
||||
printf "%s\n" "Usage: ${0##*/} [OPTIONS...]"
|
||||
printf "\n%s\n" "OPTIONS:"
|
||||
printf " %-25s%s\n" "-b, --boot" "install grub theme into /boot/grub/themes"
|
||||
printf " %-25s%s\n" "-t, --theme" "theme variant(s) [tela|vimix|stylish|whitesur] (default is tela)"
|
||||
printf " %-25s%s\n" "-i, --icon" "icon variant(s) [color|white|whitesur] (default is color)"
|
||||
printf " %-25s%s\n" "-s, --screen" "screen display variant(s) [1080p|2k|4k|ultrawide|ultrawide2k] (default is 1080p)"
|
||||
@ -458,9 +457,6 @@ while [[ $# -gt 0 ]]; do
|
||||
PROG_ARGS+=("${1}")
|
||||
dialog='false'
|
||||
case "${1}" in
|
||||
-b|--boot)
|
||||
shift 1
|
||||
;;
|
||||
-r|--remove)
|
||||
remove='true'
|
||||
shift 1
|
||||
|
Loading…
Reference in New Issue
Block a user