mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
more gfx output tweaks
This commit is contained in:
parent
44a2b47d93
commit
552b063dd2
2
inxi
2
inxi
|
@ -1206,7 +1206,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} ${C1} $XVER ${CN}[${C2} ${RES} ${CN}]"
|
gfx_data="${gfx_data} ${C1}$XVER ${CN}[${C2} ${RES} ${CN}]"
|
||||||
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