1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2024-10-27 05:23:39 -04:00
polybar/include
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
..
adapters fix(net): Always close socket handle 2017-01-01 15:10:58 +01:00
components fix(formatting): Make formats parse specs as-is 2017-01-11 02:43:37 +01:00
drawtypes refactor(clang-tidy): Apply fixes 2016-12-31 04:32:11 +01:00
events fix(signals): Use pointer to value 2017-01-09 18:52:04 +01:00
modules fix(formatting): Make formats parse specs as-is 2017-01-11 02:43:37 +01:00
utils feat(ipc): Add polybar-msg to facilitate ipc messaging 2017-01-10 02:09:33 +01:00
x11 wip(systray): Add module base 2017-01-01 21:28:28 +01:00
common.hpp refactor(config): Deduce return type from default value 2016-12-30 23:32:05 +01:00
config.hpp.cmake refactor: Cleanup 2016-12-26 10:37:14 +01:00
debug.hpp feat(debug_util): Scoped execution timer 2016-12-16 04:01:23 +01:00
errors.hpp refactor: Move all event handling to the controller 2016-12-20 05:16:04 +01:00
version.hpp build: Bump version to 2.4.8 2017-01-09 19:01:14 +01:00