From b3a2e1f5dce9eac3e7973f420b76be5d57fc21c6 Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Thu, 12 Mar 2026 02:19:26 +0100 Subject: [PATCH] init - start conky --- bin/mabox-todo.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/mabox-todo.sh b/bin/mabox-todo.sh index cb58f76..03e9a42 100755 --- a/bin/mabox-todo.sh +++ b/bin/mabox-todo.sh @@ -145,6 +145,8 @@ rsync -a /usr/share/mabox-todolist/confi* $HOME/.config/todo/ rsync -a /usr/share/mabox-todolist/TODOlist_mbcolor.conkyrc $HOME/.config/conky/ rsync -a /usr/share/mabox-todolist/TODOlist.csv $HOME/.config/conky/menuscripts/ + +conkyctl startone $HOME/.config/conky/TODOlist_mbcolor.conkyrc }