When I use \t
in conky, another character appears on the screen.
Here's what I've used:
text = 'Uploaded: ' .. conky_parse('${totalup wlp2s0}') .. '\tSpeed: ' .. conky_parse('${upspeed wlp2s0}')
And I used cairo_show_text()
function to show the text on the screen.
How can I fix it?