mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
tweaks
This commit is contained in:
parent
1f29775266
commit
5a4bcc36ef
6
inxi
6
inxi
|
@ -852,9 +852,9 @@ select_default_color_scheme()
|
|||
print_screen_output "[0m $(($i+2)))$spacer Exit, use another terminal, or set manually."
|
||||
print_screen_output "------------------------------------------------------------------------------"
|
||||
print_screen_output "Simply type the number for the color scheme that looks best to your eyes for your $COLOR_SELECTION settings"
|
||||
print_screen_output "and hit ENTER. NOTE: You can bring this option list up by starting $SCRIPT_NAME with option: -c 97 to 99"
|
||||
print_screen_output "Your selection will be stored here: $config_file"
|
||||
print_screen_output "Setting global value overrides terminal and irc. irc or terminal remove the global."
|
||||
print_screen_output "and hit ENTER. NOTE: You can bring this option list up by starting $SCRIPT_NAME with option: -c 97 (global),"
|
||||
print_screen_output "98 (irc), 99 (terminal). Your selection(s) will be stored here: $config_file"
|
||||
print_screen_output "Setting global value overrides terminal and irc. Setting irc or terminal remove the global."
|
||||
print_screen_output "------------------------------------------------------------------------------"
|
||||
echo -n "[0m"
|
||||
read user_selection
|
||||
|
|
Loading…
Reference in a new issue