mirror of https://github.com/polybar/polybar.git
30f516dd7d
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. |
||
---|---|---|
.. | ||
meta | ||
backlight.hpp | ||
battery.hpp | ||
bspwm.hpp | ||
counter.hpp | ||
cpu.hpp | ||
date.hpp | ||
fs.hpp | ||
github.hpp | ||
i3.hpp | ||
ipc.hpp | ||
memory.hpp | ||
menu.hpp | ||
mpd.hpp | ||
network.hpp | ||
script.hpp | ||
systray.hpp | ||
temperature.hpp | ||
text.hpp | ||
unsupported.hpp | ||
volume.hpp | ||
xbacklight.hpp | ||
xkeyboard.hpp | ||
xwindow.hpp | ||
xworkspaces.hpp |