Friday, April 26, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 1281  / 2 Years ago, tue, april 5, 2022, 7:05:42

As the title says, are their any themes which display text from tomboy,Xpad or gedit? or is their any file where I can edit to add text?


More From » conky

 Answers
4

conky displays whatever you have in your $HOME/.conkyrc file. You can add arbirtary text there. Alternatively, you can have it import and display the contents of another file. For example, if you have the text in question in ~/foo.txt, you can add this line to your .conkyrc:



 ${exec cat ~/foo.txt}   


That will run cat ~/foo.txt and will display the contents of the file in your conky. If the contents of the file can change and you want the changes to be updated in conky, use this instead:



 ${execi 3 cat ~/foo.txt}   


That will run cat ~/foo.txt every 3 seconds, updating the text displayed by conky.


[#25520] Wednesday, April 6, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
erranbe

Total Points: 118
Total Questions: 95
Total Answers: 117

Location: Virgin Islands (U.S.)
Member since Tue, Jul 7, 2020
4 Years ago
erranbe questions
;