CLI tool for managing conky themes.
It also configures conky to autostart with specified theme. Themes need to be present in themes folder and each theme should have a conky_start.sh file.
git clone https://github.com/ujjwal96/conkit.git "${HOME}/.conkit"
cd ~/.conkit
./init.sh
$ conkit <theme_name>
rm -rf ~/.conkit
rm -f ~/.config/autostart/conkit.desktop
Thanks to kralis-dm for original scripts.