diff --git a/bin/mabox-todo.sh b/bin/mabox-todo.sh index 44d96fc..78b1554 100755 --- a/bin/mabox-todo.sh +++ b/bin/mabox-todo.sh @@ -151,7 +151,7 @@ conkyctl startone $HOME/.config/conky/TODOlist_mbcolor.conkyrc case "$1" in - "") to_conky;; + -c) to_conky;; init|-i)init;; listfiles|l)listfiles;; #list task files switchfile|s)switchfile "$2";; #switch to tasks file diff --git a/share/mabox-todolist/TODOlist_mbcolor.conkyrc b/share/mabox-todolist/TODOlist_mbcolor.conkyrc index eb5994a..0c8f06e 100644 --- a/share/mabox-todolist/TODOlist_mbcolor.conkyrc +++ b/share/mabox-todolist/TODOlist_mbcolor.conkyrc @@ -66,7 +66,7 @@ conky.config = { conky.text = [[ #${execpi 30 todo.sh -d ~/.config/todo/config-conky ls} -${execpi 3 mabox-todo.sh} +${execpi 3 mabox-todo.sh -c} #${image ~/.config/conky/images/test.png -p 0,0} #${image ~/.config/conky/images/test.png -p 400,0} ]];