polybar/include/components
Michael Carlberg 30f516dd7d fix(formatting): Make formats parse specs as-is
This removes the spacing tinkering when parsing format specs.
The following example uses the old behavoir:

    format-test = <label-foo>  <label-bar>
    format-breaks = <label-foo><label-bar>/<bar-test>

`format-test` would replace all occurences of ' ' with the
a space string with defined `spacing` as its width. `format-breaks` would
not validate as the tags where split with ' ' as delimiter.

All that nonsense has been removed and each tag is extracted as is.
The `spacing` parameter can still be used to apply N extra whitespaces
between the tags, but it is now 0 by default.
2017-01-11 02:43:37 +01:00
..
bar.hpp fix(tray): Force bar update on change 2017-01-09 14:27:56 +01:00
builder.hpp refactor(clang-tidy): Apply fixes 2016-12-31 04:32:11 +01:00
command_line.hpp refactor(clang-tidy): Apply fixes 2016-12-15 03:30:41 +01:00
config.hpp refactor(config): Defer xrm initialization 2017-01-01 21:12:38 +01:00
controller.hpp fix(tray): Force bar update on change 2017-01-09 14:27:56 +01:00
ipc.hpp refactor(file_descriptor): Use unique_ptr 2016-12-23 01:07:00 +01:00
logger.hpp refactor(clang-tidy): Apply fixes 2016-12-23 15:54:06 +01:00
parser.hpp refactor: Font index cleanup 2016-12-20 15:09:11 +01:00
renderer.hpp refactor(x11): Header cleanup 2016-12-26 10:27:30 +01:00
screen.hpp refactor: Cleanup 2016-12-27 04:58:41 +01:00
taskqueue.hpp refactor(modules): Move setup to constructor 2016-12-21 08:00:09 +01:00
types.hpp fix(formatting): Make formats parse specs as-is 2017-01-11 02:43:37 +01:00