ujjwal96 / conkit

CLI tool for managing conky themes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

CLI tool for managing conky themes

License:MIT License


Languages

Language:Lua 88.6%Language:Shell 11.4%