polycore icon indicating copy to clipboard operation
polycore copied to clipboard

Split up conky.config.

Open simotek opened this issue 2 years ago • 1 comments

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.

simotek avatar May 09 '23 05:05 simotek

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.

simotek avatar May 09 '23 05:05 simotek