I'm grabbing the output of u1sdtool --cur
to be reported in my conky. The output is:
u1sdtool --cur
Current uploads: 0
Current downloads: 0
This text is grabbed in the TEXT part of my conkyrc config file as:
${goto 55}${font Ubuntu:size=10,weight:normal}${color}U1 SYNC
${goto 55}${font Ubuntu:size=10,weight:normal}${color1}${exec u1sdtool --cur }
Given that the text returned from u1sdtool --cur
has two lines, the first line will be offset by 55 but the second will not.
See the bottom of the image. I would like to see the 'Current downloads' line be offset at 55 as well. Any idea how to do this?
This conky config file is my customized version of hardball's orange theme
Edit: What I would like to have, ideally, is the correct alignment and, once I do have uploads, see a list of file names. Such as eg.
U1 SYNC
Current uploads: 3
filename.txt
filename.jpg
filename.zip
Current downloads: 0