conkit icon indicating copy to clipboard operation
conkit copied to clipboard

CLI tool for managing conky themes

Conkit

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.

Installation

git clone https://github.com/ujjwal96/conkit.git "${HOME}/.conkit"
cd ~/.conkit
./init.sh

Usage

$ conkit <theme_name>

Themes

  • equalizer  equalizer

  • dial dial

Uninstallation

rm -rf ~/.conkit
rm -f ~/.config/autostart/conkit.desktop

Credits

Thanks to kralis-dm for original scripts.