add minegrub-theme
This commit is contained in:
parent
6c04349eed
commit
42115ea9ce
2 changed files with 5 additions and 1 deletions
|
@ -48,7 +48,7 @@ function check_root() {
|
|||
}
|
||||
|
||||
function select_theme() {
|
||||
themes=('Vimix' 'Cyberpunk' 'Shodan' 'fallout' 'CyberRe' 'Quit')
|
||||
themes=('Vimix' 'Cyberpunk' 'Shodan' 'fallout' 'CyberRe' 'minegrub-theme' 'Quit')
|
||||
|
||||
PS3=$(echo_prompt '\nChoose The Theme You Want: ')
|
||||
select THEME_NAME in "${themes[@]}"; do
|
||||
|
@ -68,6 +68,9 @@ function select_theme() {
|
|||
'CyberRe')
|
||||
splash 'Installing CyberRe Theme'
|
||||
break;;
|
||||
'minegrub-theme')
|
||||
splash 'Installing Minecraft Theme'
|
||||
break;;
|
||||
'Quit')
|
||||
echo_info 'User requested exit'
|
||||
exit 0;;
|
||||
|
|
1
themes/minegrub-theme
Submodule
1
themes/minegrub-theme
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 75764c248b9c523fb32c7387bed9aa34ba06a535
|
Loading…
Add table
Add a link
Reference in a new issue