Skip to content

r00tdaemon/conkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4b35b3b · Apr 21, 2018

History

7 Commits
Aug 30, 2017
Apr 21, 2018
Apr 21, 2018
Aug 25, 2017
Aug 25, 2017

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.