mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 08:35:25 +00:00
fixed spacing on selector
This commit is contained in:
parent
deca9853bf
commit
455dceb405
6
inxi
6
inxi
|
@ -908,9 +908,9 @@ select_default_color_scheme()
|
||||||
|
|
||||||
if [[ $B_RUNNING_IN_SHELL == 'true' ]];then
|
if [[ $B_RUNNING_IN_SHELL == 'true' ]];then
|
||||||
echo -n "[0m"
|
echo -n "[0m"
|
||||||
print_screen_output "$irc_clear $i)$spacer Remove all color settings. Restore $SCRIPT_NAME default."
|
print_screen_output "$irc_clear $i)${spacer}Remove all color settings. Restore $SCRIPT_NAME default."
|
||||||
print_screen_output "$irc_clear $(($i+1)))$spacer Continue, no changes or config file setting."
|
print_screen_output "$irc_clear $(($i+1)))${spacer}Continue, no changes or config file setting."
|
||||||
print_screen_output "$irc_clear $(($i+2)))$spacer Exit, use another terminal, or set manually."
|
print_screen_output "$irc_clear $(($i+2)))${spacer}Exit, use another terminal, or set manually."
|
||||||
print_screen_output "------------------------------------------------------------------------------"
|
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 "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 plus one of these numbers:"
|
print_screen_output "and hit ENTER. NOTE: You can bring this option list up by starting $SCRIPT_NAME with option: -c plus one of these numbers:"
|
||||||
|
|
Loading…
Reference in a new issue