Skip to content

r00tdaemon/conkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.