From 32335636cd43c9b0e169e1f42e746c931b704f2b Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Thu, 12 Mar 2026 14:44:43 +0100 Subject: [PATCH] upd conky with -c arg --- bin/mabox-todo.sh | 2 +- share/mabox-todolist/TODOlist_mbcolor.conkyrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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} ]];