trying to remove | markers to see how that looks

This commit is contained in:
inxi-svn 2008-11-21 04:11:11 +00:00
parent f16f28ac45
commit 20b90c15f7

8
inxi
View file

@ -2236,7 +2236,7 @@ print_gfx_data()
gfx_data=$( create_print_line "Graphics:" "${C1}$card_one${C2}${A_GFX_CARD_DATA[0]}${gfx_data}" )
if [[ $B_X_RUNNING == 'true' ]];then
gfx_data="${gfx_data} ${CN}| ${C1}$x_vendor${C2} $x_version ${CN}| ${C1}Res${C2} ${screen_resolution}"
gfx_data="${gfx_data} ${C1}$x_vendor${C2} $x_version ${C1}Res${C2} ${screen_resolution}"
else
gfx_data="${gfx_data} ${C1} tty resolution ${CN}(${C2} ${screen_resolution} ${CN})"
fi
@ -2366,13 +2366,13 @@ print_info_data()
# this only triggers if no X data is present
if [[ $B_X_RUNNING != 'true' ]];then
info_data="${info_data} ${CN}| ${C1}Runlevel${C2} ${runlvl}${CN}"
info_data="${info_data} ${C1}Runlevel${C2} ${runlvl}${CN}"
fi
if [[ $SHOW_IRC -gt 0 ]];then
info_data="${info_data} ${CN}| ${C1}Client${C2} ${IRC_CLIENT}${IRC_CLIENT_VERSION}${CN}"
info_data="${info_data} ${C1}Client${C2} ${IRC_CLIENT}${IRC_CLIENT_VERSION}${CN}"
fi
info_data="${info_data} ${CN}| ${C1}$SCRIPT_NAME ${C2}v:$SCRIPT_VERSION_NUMBER${CN}"
info_data="${info_data} ${C1}$SCRIPT_NAME ${C2}v:$SCRIPT_VERSION_NUMBER${CN}"
if [[ $SCHEME -gt 0 ]];then
info_data="${info_data} ${NORMAL}"