QUOTE(crem0r @ May 21 2006, 08:19)

QUOTE(Nalco @ May 21 2006, 13:13)

Could you pretty please post your status bar string??
Thanks!!
I think this is not the status bar. I rather think these are three trackinfo panels.
Please correct me if I'm wrong.
It is in fact two trackinfo panels.
String for the bottom one in case you still need it:
CODE
$if(%ispaused%,$puts(ctext,999999),$puts(ctext,002DDF))
$puts(grey,555555)
$puts(bright,FFFFFF)
// progress bar length
$puts(pblength,40)
// progress bar char
$puts(pbchar,ι)
$get(bright)::.: %codec%[ '('%__extrainfo%')'] :$get(ctext)
%bitrate% kbps $get(grey) / $get(bright) Album Gain :$get(ctext) $if3(%__replaygain_album_gain%, n/a)
$tab()$tab()$get(bright)$if(%ispaused%,paused ,progress )$progress2(%_time_elapsed_seconds%,%_time_total_seconds%,$get(pblength),$get(ctext)$get(pbchar),$get(grey)$get(pbchar))