mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
tweaks
This commit is contained in:
parent
7733536589
commit
c09b4efe14
6
inxi
6
inxi
|
@ -819,10 +819,10 @@ select_default_color_scheme()
|
||||||
# first make output neutral so it's just plain default for console client
|
# first make output neutral so it's just plain default for console client
|
||||||
set_color_scheme "0"
|
set_color_scheme "0"
|
||||||
print_screen_output "Welcome to $SCRIPT_NAME! Please select the default Terminal Client color scheme."
|
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 ""
|
||||||
print_screen_output "Because there is no way to know your terminal client's foreground/background colors, we need"
|
print_screen_output "Because there is no way to know your terminal client's foreground/background colors, you can"
|
||||||
print_screen_output "to set your color preferences from color scheme option list below. 0 is no colors, 1 neutral gray."
|
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 "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 "Please note that this will set the preferences only for your user account: $(whoami)"
|
||||||
print_screen_output "------------------------------------------------------------------------------"
|
print_screen_output "------------------------------------------------------------------------------"
|
||||||
|
|
Loading…
Reference in a new issue