a simple conky todo list ๐
- to remember what to do ๐
- to have it on desktop in front of ๐
- conky (uses lua)
- move todo folder to location of you choice
- run
conky -qc $path_to_todo_conf
- delete todo folder
- use text editor to edit
todo.md
. make an alias for faster access. - create a task with
##
- add step to using
[ ]
- make step active using
[.]
- mark done step using
[x]
Note
- these symbols should be at start of line
- order of task is maintained. So add important once first