mirror of
https://gitlab.com/prism7/archery.git
synced 2025-02-15 08:29:17 +01:00
Cosmetic changes
This commit is contained in:
parent
79e38c0ef9
commit
be8e337015
1 changed files with 23 additions and 20 deletions
43
Amelia.sh
43
Amelia.sh
|
@ -403,6 +403,7 @@ ${purple}###${nc} Main Menu ${purple}###${nc}
|
|||
|
||||
> Make a selection:
|
||||
|
||||
|
||||
### Select [4] for guided navigation
|
||||
"
|
||||
NC "
|
||||
|
@ -499,6 +500,7 @@ ${purple}###${nc} Locale Selection ${purple}###${nc}
|
|||
|
||||
> Select your Locale
|
||||
|
||||
|
||||
### [Hit ${nc}'l'${yellow} to list locales, then ${nc}'down'${yellow} to search or ${nc}'q'${yellow} to quit] "
|
||||
BLUE "
|
||||
|
||||
|
@ -546,6 +548,7 @@ ${purple}###${nc} Keyboard Layout Selection ${purple}###${nc}
|
|||
|
||||
> Select your Keyboard Layout
|
||||
|
||||
|
||||
### [Hit ${nc}'l'${yellow} to list layouts, then ${nc}'down'${yellow} to search or ${nc}'q'${yellow} to quit] "
|
||||
BLUE "
|
||||
|
||||
|
@ -1363,13 +1366,13 @@ slct_dsktp (){
|
|||
custompkgs=""
|
||||
sleep 0.5
|
||||
NC "
|
||||
_________________________
|
||||
_____________________
|
||||
|
||||
${purple}###${nc} Desktop Selection ${purple}###${nc}
|
||||
${purple}###${nc} Desktop Setup ${purple}###${nc}
|
||||
"
|
||||
YELLOW "
|
||||
|
||||
> Select a Desktop: "
|
||||
> Make a selection: "
|
||||
NC "
|
||||
|
||||
[1] Plasma
|
||||
|
@ -1392,9 +1395,9 @@ ${purple}###${nc} Desktop Selection ${purple}###${nc}
|
|||
|
||||
[10] Mate
|
||||
|
||||
[11] Base System (No Desktop)
|
||||
[11] Basic Arch Linux (No GUI)
|
||||
|
||||
[12] Custom System ${red}[!] EXPERTS ONLY [!]"
|
||||
[12] Custom Arch Linux ${red}[!] EXPERTS ONLY [!] ${nc}"
|
||||
BLUE "
|
||||
|
||||
|
||||
|
@ -1502,9 +1505,9 @@ Enter [y/n]: "
|
|||
10)
|
||||
desktopname="'Mate'" ;;
|
||||
11)
|
||||
desktopname="'Base System'" ;;
|
||||
desktopname="'Basic Arch Linux'" ;;
|
||||
12)
|
||||
desktopname="'Custom System'"
|
||||
desktopname="'Custom Arch Linux'"
|
||||
until cust_sys; do :; done
|
||||
return 0 ;;
|
||||
"")
|
||||
|
@ -1595,7 +1598,7 @@ Enter [y/n]: "
|
|||
###########################################################################################
|
||||
cust_sys (){
|
||||
|
||||
local prompt="Custom System"
|
||||
local prompt="Custom Arch Linux"
|
||||
until add_pkgs; do : ; done
|
||||
until add_services; do : ; done
|
||||
until add_prmtrs; do : ; done
|
||||
|
@ -1604,19 +1607,19 @@ cust_sys (){
|
|||
###########################################################################################
|
||||
add_pkgs (){
|
||||
|
||||
local prompt="Custom Packages"
|
||||
local prompt="Add Packages"
|
||||
sleep 0.5
|
||||
NC "
|
||||
_____________________________
|
||||
_________________________
|
||||
|
||||
${purple}###${nc} Custom Packages Setup ${purple}###${nc}
|
||||
${purple}###${nc} Add Your Packages ${purple}###${nc}
|
||||
"
|
||||
YELLOW "
|
||||
|
||||
### base, linux-firmware (bare-metal), sudo & your current choices are already included "
|
||||
### base, linux-firmware (on bare-metal), sudo & your current choices are already included "
|
||||
BLUE "
|
||||
|
||||
Enter your packages ${bwhite}(space-seperated)${blue}: "
|
||||
Enter any additional packages ${bwhite}(space-seperated)${blue}: "
|
||||
read -p "
|
||||
==> " custompkgs
|
||||
|
||||
|
@ -1687,12 +1690,12 @@ Enter a number: "
|
|||
###########################################################################################
|
||||
add_services (){
|
||||
|
||||
local prompt="Custom Services"
|
||||
local prompt="Add Services"
|
||||
sleep 0.5
|
||||
NC "
|
||||
_____________________________
|
||||
_________________________
|
||||
|
||||
${purple}###${nc} Custom Services Setup ${purple}###${nc}
|
||||
${purple}###${nc} Add Your Services ${purple}###${nc}
|
||||
"
|
||||
YELLOW "
|
||||
|
||||
|
@ -1700,7 +1703,7 @@ ${purple}###${nc} Custom Services Setup ${purple}###${nc}
|
|||
|
||||
BLUE "
|
||||
|
||||
Enter your services ${bwhite}(space-seperated)${blue}: "
|
||||
Enter services to be enabled ${bwhite}(space-seperated)${blue}: "
|
||||
read -p "
|
||||
==> " customservices
|
||||
|
||||
|
@ -1717,9 +1720,9 @@ add_prmtrs (){
|
|||
local prompt="Kernel Parameters"
|
||||
sleep 0.5
|
||||
NC "
|
||||
______________________________________
|
||||
__________________________________
|
||||
|
||||
${purple}###${nc} Custom Kernel Parameters Setup ${purple}###${nc}
|
||||
${purple}###${nc} Add Your Kernel Parameters ${purple}###${nc}
|
||||
"
|
||||
YELLOW "
|
||||
|
||||
|
@ -1727,7 +1730,7 @@ ${purple}###${nc} Custom Kernel Parameters Setup ${purple}###${nc}
|
|||
|
||||
BLUE "
|
||||
|
||||
Enter your Kernel parameters ${bwhite}(space-seperated)${blue}: "
|
||||
Enter your Kernel parameters to be set at boot ${bwhite}(space-seperated)${blue}: "
|
||||
read -p "
|
||||
==> " cust_bootopts
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue