instead of:

Code:
.aline @MAP $color(normal text) -s $timestamps $+ $theme(logo) $2 $3 $4 $5 $6


Try:

Code:
.aline $color(normal text) -s @MAP $timestamps $+ $theme(logo) $2-6


Note the $2-6 bit wink