Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 783 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 783 Bytes

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.