From 20b90c15f799367b0f5c5d7a42c1fae57b85d830 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Fri, 21 Nov 2008 04:11:11 +0000 Subject: [PATCH] trying to remove | markers to see how that looks --- inxi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/inxi b/inxi index 6cf04f7..d27bfba 100755 --- a/inxi +++ b/inxi @@ -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}"