21 lines
646 B
Plaintext
21 lines
646 B
Plaintext
# todo.txt configuration for Conky highlighting.
|
|
export BLACK='${color black}'
|
|
export RED='${color red}'
|
|
export GREEN='${color green}'
|
|
export BROWN='${color brown}'
|
|
export BLUE='${color blue}'
|
|
export PURPLE='${color purple}'
|
|
export CYAN='${color cyan}'
|
|
export LIGHT_GREY='${color LightGrey}'
|
|
export DARK_GREY='${color DarkGrey}'
|
|
export LIGHT_RED='${color LightRed}'
|
|
export LIGHT_GREEN='${color LightGreen}'
|
|
export YELLOW='${color yellow}'
|
|
export LIGHT_BLUE='${color LightBlue}'
|
|
export LIGHT_PURPLE='${color LightPurple}'
|
|
export LIGHT_CYAN='${color LightCyan}'
|
|
export WHITE='${color white}'
|
|
export DEFAULT='${color}'
|
|
|
|
source ~/.config/todo/config
|