polybar/include/modules/meta
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
..
base.hpp fix(formatting): Make formats parse specs as-is 2017-01-11 02:43:37 +01:00
base.inl fix(formatting): Make formats parse specs as-is 2017-01-11 02:43:37 +01:00
event_handler.hpp refactor(event_handler): Abstract sink attaching 2016-12-23 05:08:19 +01:00
event_module.hpp refactor(clang-tidy): Apply fixes 2016-12-23 15:54:06 +01:00
factory.hpp refactor(script): Merge back script handling 2017-01-10 05:12:53 +01:00
inotify_module.hpp refactor(battery): Abstract value readers 2016-12-31 04:20:48 +01:00
input_handler.hpp refactor(modules): Input handling 2016-12-23 20:43:52 +01:00
static_module.hpp refactor(clang-tidy): Apply fixes 2016-12-23 15:54:06 +01:00
timer_module.hpp fix: Correct type for module interval 2016-12-31 03:04:01 +01:00