mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
Tiny output tweak
This commit is contained in:
parent
68de9b023b
commit
78ca858d54
2
inxi
2
inxi
|
@ -1207,7 +1207,7 @@ print_gfx_data()
|
||||||
gfx_data=$( create_print_line "Graphics:" "${C1}$card_one${C2}${A_GFX_DATA[0]}${gfx_data}" )
|
gfx_data=$( create_print_line "Graphics:" "${C1}$card_one${C2}${A_GFX_DATA[0]}${gfx_data}" )
|
||||||
if [ "$X" -gt 0 ]
|
if [ "$X" -gt 0 ]
|
||||||
then
|
then
|
||||||
gfx_data="${gfx_data}${CN}| ${C1}$X_VENDOR${C2} $X_VER_NUM ${CN}| ${C1}Res${C2} ${RES}"
|
gfx_data="${gfx_data} ${CN}| ${C1}$X_VENDOR${C2} $X_VER_NUM ${CN}| ${C1}Res${C2} ${RES}"
|
||||||
else
|
else
|
||||||
gfx_data="${gfx_data} ${C1} tty resolution ${CN}(${C2} ${RES} ${CN})"
|
gfx_data="${gfx_data} ${C1} tty resolution ${CN}(${C2} ${RES} ${CN})"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue