Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
conkyで使う\tと画面に別のキャラが出てきます。
\t
これが私が使用したものです:
text = 'Uploaded: ' .. conky_parse('${totalup wlp2s0}') .. '\tSpeed: ' .. conky_parse('${upspeed wlp2s0}')
そしてcairo_show_text()、関数を使用して画面にテキストを表示しました。
cairo_show_text()
どうすれば修正できますか?