upd conky with -c arg
This commit is contained in:
@@ -151,7 +151,7 @@ conkyctl startone $HOME/.config/conky/TODOlist_mbcolor.conkyrc
|
|||||||
|
|
||||||
|
|
||||||
case "$1" in
|
case "$1" in
|
||||||
"") to_conky;;
|
-c) to_conky;;
|
||||||
init|-i)init;;
|
init|-i)init;;
|
||||||
listfiles|l)listfiles;; #list task files
|
listfiles|l)listfiles;; #list task files
|
||||||
switchfile|s)switchfile "$2";; #switch to tasks file
|
switchfile|s)switchfile "$2";; #switch to tasks file
|
||||||
|
|||||||
@@ -66,7 +66,7 @@ conky.config = {
|
|||||||
|
|
||||||
conky.text = [[
|
conky.text = [[
|
||||||
#${execpi 30 todo.sh -d ~/.config/todo/config-conky ls}
|
#${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 0,0}
|
||||||
#${image ~/.config/conky/images/test.png -p 400,0}
|
#${image ~/.config/conky/images/test.png -p 400,0}
|
||||||
]];
|
]];
|
||||||
|
|||||||
Reference in New Issue
Block a user