Split up conky.config.
Config is now split into 3 parts and merged dynamically:
- core config - this should always be the same for polycore
- wm config - window manager specific issues
- script config - config specific to this instance / theme
The script config is able to overwrite any of the other options if desired.
The reason for this is two fold. 1 i'm sick of dealing with some of the differences here, 2 as themes move more toward being lua only like some of the examples i'd like to reduce the amount of unneeded code in the main configuration file.
To make your life easier you only actually need to review the last commit https://github.com/philer/polycore/commit/f29db35db8854ff06e9d7423a652090dc2c9573b It is just rebased on top of the "Split Widgets" branch to make my life easier.
This is the last of the big changes I can think of from here it should only be adding new features rather then rewriting / refactoring existing stuff.
Thankyou for your patience and time.