polybar-dwm/include/modules
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
..
meta fix(formatting): Make formats parse specs as-is 2017-01-11 02:43:37 +01:00
backlight.hpp refactor(modules): Handle events using signal_receiver 2016-12-21 08:38:44 +01:00
battery.hpp refactor(battery): Abstract value readers 2016-12-31 04:20:48 +01:00
bspwm.hpp feat(bspwm): Add option to inline mode indicators 2017-01-01 16:39:25 +01:00
counter.hpp refactor(modules): Move setup to constructor 2016-12-21 08:00:09 +01:00
cpu.hpp refactor(modules): Move setup to constructor 2016-12-21 08:00:09 +01:00
date.hpp refactor(modules): Input handling 2016-12-23 20:43:52 +01:00
fs.hpp feat(fs): Add option to remove invalid/unmounted endpoints 2016-12-30 22:44:28 +01:00
github.hpp refactor(modules): Move setup to constructor 2016-12-21 08:00:09 +01:00
i3.hpp refactor(modules): Input handling 2016-12-23 20:43:52 +01:00
ipc.hpp feat(ipc): Initial exec of configured hook 2017-01-09 23:06:41 +01:00
memory.hpp refactor(modules): Move setup to constructor 2016-12-21 08:00:09 +01:00
menu.hpp refactor(modules): Input handling 2016-12-23 20:43:52 +01:00
mpd.hpp refactor(modules): Input handling 2016-12-23 20:43:52 +01:00
network.hpp concurrency_ytil: Thread id 2016-12-23 05:18:58 +01:00
script.hpp refactor(script): Merge back script handling 2017-01-10 05:12:53 +01:00
systray.hpp wip(systray): Add module base 2017-01-01 21:28:28 +01:00
temperature.hpp refactor(modules): Move setup to constructor 2016-12-21 08:00:09 +01:00
text.hpp refactor(clang-tidy): Apply fixes 2016-12-23 15:54:06 +01:00
unsupported.hpp refactor(script): Merge back script handling 2017-01-10 05:12:53 +01:00
volume.hpp refactor(modules): Input handling 2016-12-23 20:43:52 +01:00
xbacklight.hpp refactor(modules): Input handling 2016-12-23 20:43:52 +01:00
xkeyboard.hpp fix(xkeyboard): Use separate throttle timers 2017-01-09 16:40:26 +01:00
xwindow.hpp refactor(event_handler): Abstract sink attaching 2016-12-23 05:08:19 +01:00
xworkspaces.hpp refactor(modules): Input handling 2016-12-23 20:43:52 +01:00