You are not logged in.
Pages: 1
here are the xml tags i am using in the script genmon is calling
echo -e "<txt>$output\n$output2</txt>"
echo "<tool>"$tooltip"</tool>"
any easy way to get that second line left justified so it lines up with the first line?
Offline
Text alignment on GtkLabel is not currently supported through CSS properties or Pango Markup by GTK3. It needs to be programmatically managed and genmon doesn't do that.
You could try some shell scripting voodoo to try to right pad the second string, but that will only look good if you use a monospace font.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
ah too bad. thanks for the reply. i'll have a go at it with that script "voodoo"
Offline
Pages: 1
[ Generated in 0.008 seconds, 8 queries executed - Memory usage: 522.14 KiB (Peak: 522.98 KiB) ]