diff --git a/inxi b/inxi index 9a755ee..9b67ec1 100755 --- a/inxi +++ b/inxi @@ -819,10 +819,10 @@ select_default_color_scheme() # first make output neutral so it's just plain default for console client set_color_scheme "0" print_screen_output "Welcome to $SCRIPT_NAME! Please select the default Terminal Client color scheme." - print_screen_output "You will see this message only one time per user account, unless you set preferences in: /etc/$SCRIPT_NAME.conf" + # print_screen_output "You will see this message only one time per user account, unless you set preferences in: /etc/$SCRIPT_NAME.conf" print_screen_output "" - print_screen_output "Because there is no way to know your terminal client's foreground/background colors, we need" - print_screen_output "to set your color preferences from color scheme option list below. 0 is no colors, 1 neutral gray." + print_screen_output "Because there is no way to know your terminal client's foreground/background colors, you can" + print_screen_output "set your color preferences from color scheme option list below. 0 is no colors, 1 neutral gray." print_screen_output "After these, there are 3 sets: 1-dark or light backgrounds; 2-light backgrounds; 3-dark backgrounds." print_screen_output "Please note that this will set the preferences only for your user account: $(whoami)" print_screen_output "------------------------------------------------------------------------------"