upd conky with -c arg

This commit is contained in:
2026-03-12 14:44:43 +01:00
parent 21344c8748
commit 32335636cd
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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}
]];