todotxt / todo.txt-cli

☑️ A simple and extensible shell script for managing your todo.txt file.
http://todotxt.org
GNU General Public License v3.0
5.56k stars 713 forks source link

How to change the fonts in conky for the todo.txt-cli items? #344

Closed blogdemoi closed 3 years ago

blogdemoi commented 3 years ago

What is the current behavior? I am using todo.txt-cli with conky.

What is the expected behavior? I would like to change the fonts in conky for the todo.txt-cli items. How can I do that? Thank you.

Which versions todo.sh are you using? TODO.TXT Command Line Interface v2.12.0

Which Operating System are you using? Manjaro Xfce

Which version of bash are you using? I am using zsh with oh my zsh

inkarkat commented 3 years ago

I have this in my ~/.conkyrc file (using legacy syntax):

use_xft yes
xftfont Courier:size=10

As this problem is only indirectly related to todo.sh, I'm closing this issue. Please search the Internet or use the Conky project's issue tracker if you need further assistance.