Manage-Conky
Manage-Conky copied to clipboard
ConkyControl Framework
What is it?
ConkyControl Framework - An all-in-one attempt to pack functionality and configuration ability into one compact framework.
Why?
ManageConky, in its current state has the ability to determine presence of conky on computer, install its own version of conky (advised), run it and use it in themes.
All this code though is hanging around in various parts of the codebase and is very unorganised.
The purpose of this framework is to put an end to this mess and also bring some new features along the way, such as:
- Installation / Configuration instructions for conky on first run
- Fool-proof determining of presence of conky on computer (with support for Homebrew)
- Manage / Use multiple versions/installations of conky with ONE utility
The 1st draft of my plans is attached below...
This framework will help fix #25