domsson / succade

Run, feed and style your Lemonbar with ease
Creative Commons Zero v1.0 Universal
55 stars 3 forks source link

Implement a "default" config section #43

Closed domsson closed 3 years ago

domsson commented 3 years ago

Currently, the bar section has a lot of config options that are the exact same ones that exist for the block sections. It would be much more sensible to have the bar section to only support config options that actually pertain to the bar. The problem that arises then, however, is to how implement default config settings that apply to all blocks, without having to note them down for every single block. The obvious solution to this would be to have a default config section, that supports the exact same options as the block sections, and will be used as default for all blocks.

domsson commented 3 years ago

Implemented with v2.0.0.