Cosmetic changes

This commit is contained in:
Jane Doe 2024-05-11 08:16:03 +00:00
parent 79e38c0ef9
commit be8e337015

View file

@ -403,6 +403,7 @@ ${purple}###${nc} Main Menu ${purple}###${nc}
> Make a selection: > Make a selection:
### Select [4] for guided navigation ### Select [4] for guided navigation
" "
NC " NC "
@ -499,6 +500,7 @@ ${purple}###${nc} Locale Selection ${purple}###${nc}
> Select your Locale > Select your Locale
### [Hit ${nc}'l'${yellow} to list locales, then ${nc}'down'${yellow} to search or ${nc}'q'${yellow} to quit] " ### [Hit ${nc}'l'${yellow} to list locales, then ${nc}'down'${yellow} to search or ${nc}'q'${yellow} to quit] "
BLUE " BLUE "
@ -546,6 +548,7 @@ ${purple}###${nc} Keyboard Layout Selection ${purple}###${nc}
> Select your Keyboard Layout > Select your Keyboard Layout
### [Hit ${nc}'l'${yellow} to list layouts, then ${nc}'down'${yellow} to search or ${nc}'q'${yellow} to quit] " ### [Hit ${nc}'l'${yellow} to list layouts, then ${nc}'down'${yellow} to search or ${nc}'q'${yellow} to quit] "
BLUE " BLUE "
@ -1363,13 +1366,13 @@ slct_dsktp (){
custompkgs="" custompkgs=""
sleep 0.5 sleep 0.5
NC " NC "
_________________________ _____________________
${purple}###${nc} Desktop Selection ${purple}###${nc} ${purple}###${nc} Desktop Setup ${purple}###${nc}
" "
YELLOW " YELLOW "
> Select a Desktop: " > Make a selection: "
NC " NC "
[1] Plasma [1] Plasma
@ -1392,9 +1395,9 @@ ${purple}###${nc} Desktop Selection ${purple}###${nc}
[10] Mate [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 " BLUE "
@ -1502,9 +1505,9 @@ Enter [y/n]: "
10) 10)
desktopname="'Mate'" ;; desktopname="'Mate'" ;;
11) 11)
desktopname="'Base System'" ;; desktopname="'Basic Arch Linux'" ;;
12) 12)
desktopname="'Custom System'" desktopname="'Custom Arch Linux'"
until cust_sys; do :; done until cust_sys; do :; done
return 0 ;; return 0 ;;
"") "")
@ -1595,7 +1598,7 @@ Enter [y/n]: "
########################################################################################### ###########################################################################################
cust_sys (){ cust_sys (){
local prompt="Custom System" local prompt="Custom Arch Linux"
until add_pkgs; do : ; done until add_pkgs; do : ; done
until add_services; do : ; done until add_services; do : ; done
until add_prmtrs; do : ; done until add_prmtrs; do : ; done
@ -1604,19 +1607,19 @@ cust_sys (){
########################################################################################### ###########################################################################################
add_pkgs (){ add_pkgs (){
local prompt="Custom Packages" local prompt="Add Packages"
sleep 0.5 sleep 0.5
NC " NC "
_____________________________ _________________________
${purple}###${nc} Custom Packages Setup ${purple}###${nc} ${purple}###${nc} Add Your Packages ${purple}###${nc}
" "
YELLOW " 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 " BLUE "
Enter your packages ${bwhite}(space-seperated)${blue}: " Enter any additional packages ${bwhite}(space-seperated)${blue}: "
read -p " read -p "
==> " custompkgs ==> " custompkgs
@ -1687,12 +1690,12 @@ Enter a number: "
########################################################################################### ###########################################################################################
add_services (){ add_services (){
local prompt="Custom Services" local prompt="Add Services"
sleep 0.5 sleep 0.5
NC " NC "
_____________________________ _________________________
${purple}###${nc} Custom Services Setup ${purple}###${nc} ${purple}###${nc} Add Your Services ${purple}###${nc}
" "
YELLOW " YELLOW "
@ -1700,7 +1703,7 @@ ${purple}###${nc} Custom Services Setup ${purple}###${nc}
BLUE " BLUE "
Enter your services ${bwhite}(space-seperated)${blue}: " Enter services to be enabled ${bwhite}(space-seperated)${blue}: "
read -p " read -p "
==> " customservices ==> " customservices
@ -1717,9 +1720,9 @@ add_prmtrs (){
local prompt="Kernel Parameters" local prompt="Kernel Parameters"
sleep 0.5 sleep 0.5
NC " NC "
______________________________________ __________________________________
${purple}###${nc} Custom Kernel Parameters Setup ${purple}###${nc} ${purple}###${nc} Add Your Kernel Parameters ${purple}###${nc}
" "
YELLOW " YELLOW "
@ -1727,7 +1730,7 @@ ${purple}###${nc} Custom Kernel Parameters Setup ${purple}###${nc}
BLUE " BLUE "
Enter your Kernel parameters ${bwhite}(space-seperated)${blue}: " Enter your Kernel parameters to be set at boot ${bwhite}(space-seperated)${blue}: "
read -p " read -p "
==> " cust_bootopts ==> " cust_bootopts